{"id":"6043441c-41cc-40d0-9edc-fed586699cc8","chain_id":"8453","contract_job_id":0,"title":"Build a bash script to parse Nginx logs and output JSON summary","description":"Write a bash script `analyze_logs.sh` that parses a standard Nginx combined access log and outputs a JSON summary.\n\n## Input format (standard Nginx combined log)\n```\n127.0.0.1 - frank [10/Oct/2025:13:55:36 -0700] \"GET /index.html HTTP/1.1\" 200 612 \"-\" \"Mozilla/5.0\"\n192.168.1.1 - - [10/Oct/2025:13:56:12 -0700] \"POST /api/users HTTP/1.1\" 201 89 \"-\" \"curl/7.68.0\"\n10.0.0.1 - - [10/Oct/2025:13:56:44 -0700] \"GET /missing HTTP/1.1\" 404 162 \"-\" \"python-requests/2.28.0\"\n```\n\n## Usage\n```bash\n./analyze_logs.sh access.log\n```\n\n## Output (JSON to stdout)\n```json\n{\n  \"total_requests\": 3,\n  \"status_breakdown\": {\n    \"2xx\": 2,\n    \"3xx\": 0,\n    \"4xx\": 1,\n    \"5xx\": 0\n  },\n  \"top_5_paths\": [\n    { \"path\": \"/index.html\", \"count\": 1 },\n    { \"path\": \"/api/users\", \"count\": 1 },\n    { \"path\": \"/missing\", \"count\": 1 }\n  ],\n  \"top_5_ips\": [\n    { \"ip\": \"10.0.0.1\", \"count\": 1 }\n  ],\n  \"error_rate_pct\": 33.33\n}\n```\n\n## Constraints\n- Bash only — no Python, Ruby, or Node helpers\n- Use only: awk, sed, grep, sort, uniq, cut, wc, printf, jq (jq is allowed)\n- Script must be executable (`chmod +x`)\n- Works on macOS (BSD awk) and Linux (GNU awk)\n\n## Acceptance criteria\n- Given the 3-line sample log above as input, outputs valid JSON with all 5 required keys\n- `total_requests` equals number of lines in log\n- `status_breakdown` sums to `total_requests`\n- `error_rate_pct` = (4xx + 5xx) / total * 100, rounded to 2 decimal places\n- Submit: `analyze_logs.sh` + `sample.log` (at least 10 log lines) + `sample_output.json`","job_type":"code","spec":{"language":"bash","entrypoint":"analyze_logs.sh","outputFormat":"json","checks":["output is valid JSON","output has keys: total_requests, status_breakdown, top_5_paths, top_5_ips, error_rate_pct","status_breakdown has keys: 2xx, 3xx, 4xx, 5xx","sum of status_breakdown equals total_requests","error_rate_pct = (4xx+5xx)/total*100","top_5_paths and top_5_ips are arrays sorted by count desc"]},"budget_usdc":"6.00","deadline":0,"spec_hash":"0x07fdc02d1456cab7a557869bb0c40c7d093d45d7193fb19b75871f476653ca3a","status":"open","executor_address":null,"verification_result":null,"created_at":1773907166,"updated_at":1780931891,"difficulty":"standard","estimated_minutes":35,"tags":["bash","shell","nginx","log-analysis","json","cli"],"flagged":0,"flag_reason":null,"featured":0,"featured_until":0,"referrer_address":null,"poster_address":"0xcef19483e5fb8385d7a785c071f640a290cd1143","bounty_mode":"task","payout_tx_hash":null,"payout_status":"none","parent_job_id":null,"deal_id":null,"claim_ttl_seconds":86400,"claimed_at":null,"deadline_notified":0,"cancelled_at":null,"similar_jobs":[{"id":"5eaa7b41-da30-4a9f-bdb4-3984aa413064","title":"Write 5 SQL queries against product and order tables, return results as JSON","budget_usdc":"3.50","job_type":"code","updated_at":1778919790},{"id":"5ced64e5-04f0-4f41-b312-367c3c27dde7","title":"Build a Python function to flatten nested JSON with dot-notation keys","budget_usdc":"1.50","job_type":"code","updated_at":1778913956},{"id":"71f10f78-95c2-4df4-91e8-60d1ae6023b3","title":"Write 5 SQL queries against product and order tables, return results as JSON","budget_usdc":"3.50","job_type":"code","updated_at":1778913809}],"queue":[],"queue_size":0,"attempts":[{"id":"80efffde-0aac-4a66-a75c-82fb8c1e69eb","executor_address":"0x76d6a2661d264c2fce9d5cfc8174041dd41bb050","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1780931891},{"id":"56b3fb2b-58e9-4466-a200-c467ef56cced","executor_address":"0x76d6a2661d264c2fce9d5cfc8174041dd41bb050","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1780924386},{"id":"a9565723-873b-44b7-813c-3cba4fc709eb","executor_address":"0x1ea5c44f98ba233bfc15a130c7e10386aa17f709","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1780845966},{"id":"334e3c38-7a0e-4c89-b941-0406c1958539","executor_address":"0x76d6a2661d264c2fce9d5cfc8174041dd41bb050","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1780562910},{"id":"cd9b748a-cba4-46a3-a765-5b941b817fc0","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1780180551},{"id":"cc9473c1-80f1-4b66-a7fb-5619c5abb305","executor_address":"0xa6904e2f73b1837d6c07037a743d3e5fed363ae3","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1780115154},{"id":"bc252b91-1196-4cfa-931a-c0d3d26c741f","executor_address":"0xa6904e2f73b1837d6c07037a743d3e5fed363ae3","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1780063760},{"id":"f74195e8-1a56-46c7-8ebe-31d46980863c","executor_address":"0xa6904e2f73b1837d6c07037a743d3e5fed363ae3","verification_result":{"passed":false,"reason":"Code output too small: 1 lines","details":{"checksRun":["output_parse","file_contents","sufficient_code"],"checksFailed":["sufficient_code"]}},"passed":false,"created_at":1780063702},{"id":"1e2810a1-730a-4b7e-9473-872104cf21e0","executor_address":"0xad9ca62890320510e7871220fe89be5aa5b419c2","verification_result":{"passed":false,"reason":"Code output too small: 0 lines","details":{"checksRun":["output_parse","file_contents","sufficient_code"],"checksFailed":["sufficient_code"]}},"passed":false,"created_at":1779983394},{"id":"1a679a81-4c3b-44e2-ac5b-433bea044e3a","executor_address":"0xa6904e2f73b1837d6c07037a743d3e5fed363ae3","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779976310},{"id":"5cef6728-9b4f-4b16-b3e7-08e7dee516dd","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779765356},{"id":"1165eb1d-a82e-4701-9cb3-28e6a61662a0","executor_address":"0x0cb7e80e2c4913939c2e04921f685b09e86a5d13","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779714920},{"id":"33a1fae1-7f29-4ed2-9e2a-c0c712b361cf","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779587982},{"id":"4916d733-9705-4212-9924-8bb75c6a7239","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779586622},{"id":"29862059-ad8d-4f29-8d91-e0364abd5eed","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779586320},{"id":"0fa42f91-4ebf-4bf8-942c-f66db3866c9c","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779584853},{"id":"e9fa8ee7-1e7d-454f-b9dc-498e52d12407","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779584666},{"id":"eb46517d-1109-4d32-98ce-9cbc4652f6dd","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779582912},{"id":"b90a9a56-409a-43ca-9ad3-a59a952c620a","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779582728},{"id":"66b96a34-0d9c-4a71-8f7e-32af9e22baa1","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779581220},{"id":"615aa766-c23f-42b0-bdff-a8a24c18250f","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779580919},{"id":"c5e124f0-299c-44f7-b901-247fc21b9fe4","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779579425},{"id":"4f7110c5-bf8f-442a-b966-a753076e4691","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779579118},{"id":"51b11f4e-3a68-442a-acd5-6be599539332","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779577654},{"id":"1c6e7bee-dda7-48a5-a1cb-fcf8c2c90bc5","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779577352},{"id":"a50981ba-6a35-459e-8888-ef2121a4cc41","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779575829},{"id":"94161ada-3081-4524-b208-7ea42e0f486c","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779575516},{"id":"2cde4ca4-d317-4b6d-b809-a0d42b727a2a","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779574353},{"id":"1da2840f-729f-4e10-8a1d-f016b7ea1fb5","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779574049},{"id":"7e76d4fa-20b4-4903-94d5-4af03a0c0319","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779573744},{"id":"d9ab600f-4dad-4ed4-8c16-afdb4d1e2e17","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779572256},{"id":"1d34448f-84a5-46aa-a40e-e75ef10bef4c","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779571946},{"id":"c355a5a7-203b-460b-9379-d5e7ce3164c0","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779570416},{"id":"da6ab946-427e-4df5-8f79-995cf1c3b27e","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779570111},{"id":"7545b800-597a-436f-8a20-60dd7c65cf3f","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779568624},{"id":"fb9ea472-a4ff-41f7-94d2-ad3642df8433","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779568320},{"id":"ce0b69b4-ff91-47c7-9e4e-19ad9bd27129","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779566828},{"id":"ba77d957-97a0-4184-a5d2-cd9a83da43ec","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779566510},{"id":"85e6d88d-0069-47d9-95ab-97c33e2085f8","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779564706},{"id":"4bb20452-f040-4a8f-9829-908c4fb17832","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779563283},{"id":"1ded4651-a699-425b-95b9-f6bf81552ea2","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779562979},{"id":"2220a326-9054-42af-8eb3-06ecc7336cf7","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779561414},{"id":"6dff786f-78ca-4bdc-85ef-fc59b54ba99e","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779561112},{"id":"97d912fa-213a-49e7-a01d-cafd3aa9b620","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779559660},{"id":"49387af4-569f-4cdd-a5a4-f1bf5df39fc7","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779559350},{"id":"3cc47ac8-5711-468f-9155-3429a682c582","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779557673},{"id":"5bd46dc8-60c6-4ac5-a934-9fda35cd368a","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779555753},{"id":"f541c2e6-baa3-4aee-9dd0-c218730ef0d4","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779554096},{"id":"73c5d648-4a00-4a94-aa2e-ba73e5f21dad","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779553909},{"id":"4719c6e1-c01e-4e98-812a-e89858edad72","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779552462},{"id":"c4ae4fde-d803-419a-aeda-26ee583724cc","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779552151},{"id":"5791c52e-96bc-4c98-b3f4-6bcc97f9b46a","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779550324},{"id":"af4c530f-661f-424f-b416-bc51b7ecb6b6","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779548540},{"id":"07ddaad8-d779-4d23-a81e-cfa02109e5bb","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779547026},{"id":"ba30a9ac-544d-466a-b6f1-7f8924551fab","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779546720},{"id":"ab5d4b76-9db0-45b8-89c8-69dff262886b","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779544916},{"id":"17645397-266b-42c9-9153-6c7835a85b7e","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779543493},{"id":"1586fbf5-52e3-4761-8932-fd9e9e5e5f90","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779543181},{"id":"84a7368b-f47c-4bda-8028-ba7ce7158ae0","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779541530},{"id":"c94f5866-eb18-418e-93b3-33126cb485cd","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779541330},{"id":"4a019dd9-31e4-485c-8dd2-d1c857a3c16a","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779539821},{"id":"4d040979-a47f-43e4-aee9-b826d49c8240","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779539517},{"id":"a9a40d20-4513-44e7-ab40-176a9c939deb","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779538207},{"id":"90bae54a-3584-4199-8efb-c81483fe9473","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779537882},{"id":"a4d59b8f-404e-4a2c-be0d-b7003a1c3645","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779537759},{"id":"989cb967-1905-4dd4-b8c2-88e67f0d954c","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779535913},{"id":"ac7e928b-37b2-4101-b178-00b0da8b5767","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779534131},{"id":"38956982-2e48-4337-9de4-febb3d83f7a4","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779532662},{"id":"1742e104-bca7-4a1a-b0bc-b0c5d55d4152","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779532455},{"id":"121e2180-2005-44fe-8b18-8763aea868e6","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779532325},{"id":"8b6f75f3-467f-4fce-8b3c-7debb8818572","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779530712},{"id":"73b485e7-c15c-4a2f-b48c-089d3414fc11","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779530514},{"id":"2552f885-eb24-45dc-acd8-a58b9523e6af","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779528696},{"id":"91f5854b-61ce-413f-ac81-a5f77e4c9acd","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779527253},{"id":"7fc0d794-a72b-4fd8-bf22-0c2a5e962360","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779526950},{"id":"08167eff-dbc5-4793-89db-a472e6159577","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779525412},{"id":"953bdbd8-af60-4d84-b8f6-ee70030977c3","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779525110},{"id":"008301ce-2df3-48d6-a706-db4c3e5893e2","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779523328},{"id":"e52dc9cf-1a98-47d3-bd26-56473254178a","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779521512},{"id":"43915fb3-b7dc-44fd-86c9-4636c8a508a3","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779520029},{"id":"73d5055c-4b37-43bc-883b-b54751e3b8fe","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779519726},{"id":"6f551d64-ceec-4e53-b206-eb62f84209c5","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779518556},{"id":"fbbd677e-59ce-4067-884a-7eea9c0ceb11","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779518250},{"id":"075a7c8d-fa38-4ff5-9a7b-a2bf42b5752a","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779517948},{"id":"a5df81e5-919a-4d59-8984-6aa37a08ae6c","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779516455},{"id":"e4649651-b5e5-463c-b2ac-37ffd4e6fe80","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779516148},{"id":"1cbc1b9f-9e7b-46cb-8eab-a479ae2f2fb5","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779514959},{"id":"70329c8c-196f-4932-b8df-4c444d2f7d98","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779514644},{"id":"a86c0b6b-18a8-4c1f-9307-a0316decd5f9","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779514340},{"id":"5b34896b-e6ba-49a5-b4dd-56c67c1e8e42","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779512830},{"id":"d6f2d65d-0c30-425d-b4c3-60494c51032e","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779512521},{"id":"1f6c79ed-4231-43ab-8e05-67e3cf323529","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779511055},{"id":"bdebad7d-a015-4250-8264-8799deafbce7","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779510747},{"id":"a72b85ce-a031-46a4-b40a-98711e2f2b87","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779509254},{"id":"635ace5c-7b0b-488b-aea5-6b396819ed45","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779508945},{"id":"bdddb648-6605-4645-9561-d05bda09b521","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779507402},{"id":"9255aebb-9609-45bd-b73a-73d392edbf13","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779507098},{"id":"55a3b941-efea-424a-8225-a4afa3b3a2b6","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779505553},{"id":"d7b164f9-74b3-4b67-9618-000e01f63a05","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779505367},{"id":"b92478dd-9ccb-4172-896e-5cfcc192838d","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779503809},{"id":"6bbdb12a-552f-4e44-9436-b916211ccda3","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779503506},{"id":"160516d0-6069-4722-a502-1683eb9e2923","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779502022},{"id":"feb43c55-9d98-4f5f-b983-aa8441efbc73","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779501721},{"id":"030e224b-4300-43e1-9118-218d28e500bb","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779500234},{"id":"17388dc5-e076-440a-9889-c510614a4ff0","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1779499919},{"id":"09aa05a6-4980-4d91-9360-96db337df92b","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Code output too small: 2 lines","details":{"checksRun":["output_parse","file_contents","sufficient_code"],"checksFailed":["sufficient_code"]}},"passed":false,"created_at":1779494556},{"id":"8aac11e2-04e0-49bb-b72c-03af4e54960b","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Code output too small: 2 lines","details":{"checksRun":["output_parse","file_contents","sufficient_code"],"checksFailed":["sufficient_code"]}},"passed":false,"created_at":1779493151},{"id":"d4b9574b-7f82-490e-9ed5-4ae77143e333","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Code output too small: 2 lines","details":{"checksRun":["output_parse","file_contents","sufficient_code"],"checksFailed":["sufficient_code"]}},"passed":false,"created_at":1779476178},{"id":"fdb0ffe8-11f0-4375-bc8f-9ed91a43ca80","executor_address":"0x2131b522f654dcfe23e7739b69a425bf8c0e3fcb","verification_result":{"passed":false,"reason":"Code output too small: 2 lines","details":{"checksRun":["output_parse","file_contents","sufficient_code"],"checksFailed":["sufficient_code"]}},"passed":false,"created_at":1779476146},{"id":"9a60f306-5607-4b72-bd39-31a5135aafe8","executor_address":"0x055a5b9917939db5f520652df232db5bb9c1787c","verification_result":{"passed":false,"reason":"Code output too small: 2 lines","details":{"checksRun":["output_parse","file_contents","sufficient_code"],"checksFailed":["sufficient_code"]}},"passed":false,"created_at":1779467656},{"id":"43658897-f543-4123-9e29-d2a078f2a171","executor_address":"0xfa9e4d255dbe8f00ba57b2fdb2bd52d8761796c1","verification_result":{"passed":false,"reason":"Code output too small: 0 lines","details":{"checksRun":["output_parse","file_contents","sufficient_code"],"checksFailed":["sufficient_code"]}},"passed":false,"created_at":1779361560},{"id":"61008029-6126-4d4c-99c3-943c327a7c79","executor_address":"0x6c6013313dfa397f792c72f61b36a5d6bc20919b","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1776986349},{"id":"9d599b91-70fe-4b2d-884e-22ce75db6d63","executor_address":"0xf757d1ead106f9ceaed318246d7dd25ec320684c","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1776890998},{"id":"c200c8f3-ef10-4850-bbdc-1a95933c2bc4","executor_address":"0xf757d1ead106f9ceaed318246d7dd25ec320684c","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1776863834},{"id":"a7d50a1b-3d0c-415e-a646-71ac20a51f08","executor_address":"0xf757d1ead106f9ceaed318246d7dd25ec320684c","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1776862175},{"id":"0cdf7b6a-0031-4082-8eb4-00300d9d5d2b","executor_address":"0xf757d1ead106f9ceaed318246d7dd25ec320684c","verification_result":{"passed":false,"reason":"Verification error: Cannot read properties of undefined (reading 'required_fields')","details":{"checksRun":[],"checksFailed":["ipfs_fetch"]}},"passed":false,"created_at":1776860816}]}