Reactorcide

← Back to Jobs

corndogs-csil-gen-check

failed exit: 1

Triggered by eval job 019ead17-1bc8-969c-5e2e-f67285c10be3

Job ID
019ead17-58d1-712f-30aa-510a7cc8e309
Created
2026-06-09 15:54:08 UTC
Updated
2026-06-09 15:54:08 UTC
Duration
42s
Source Ref
e425e10afa32a442d9b143269cda459375858847
Source URL
https://github.com/catalystcommunity/corndogs.git
Runner Image
containers.catalystsquad.com/public/catalystcommunity/corndogs-test-env:latest
Priority
10
Queue
reactorcide-jobs

Logs

2026-06-09T15:54:38.37585507ZCloning into '/job/src'...
2026-06-09T15:54:49.69481653ZInfo: Validating CSIL file: csil/corndogs.csil
2026-06-09T15:54:49.697351334ZSuccess: Parsed 28 rules successfully
2026-06-09T15:54:49.697361414ZSuccess: CSIL file validated successfully
2026-06-09T15:54:49.713299122Z=== validating /job/src/csil/corndogs.csil ===
2026-06-09T15:54:49.71880439ZInfo: Validating CSIL file: /job/src/csil/corndogs.csil
2026-06-09T15:54:49.720669142ZSuccess: Parsed 28 rules successfully
2026-06-09T15:54:49.720678266ZSuccess: CSIL file validated successfully
2026-06-09T15:54:49.722417554Z=== generate typescript-client -> clients/typescript/gen ===
2026-06-09T15:54:49.803573815ZInfo: Generating typescript-client code from: /job/src/csil/corndogs.csil
2026-06-09T15:54:49.984819385ZInfo: Output written to: /job/src/clients/typescript/gen
2026-06-09T15:54:49.984831058Z
2026-06-09T15:54:49.984837136ZGeneration Summary:
2026-06-09T15:54:49.984842492Z Processed: 1 CSIL file
2026-06-09T15:54:49.984847622Z Generated: 2 files (7.7 KB)
2026-06-09T15:54:49.985269193Z
2026-06-09T15:54:49.993856072Z=== generate go-client -> clients/go/gen ===
2026-06-09T15:54:50.005526571ZInfo: Generating go-client code from: /job/src/csil/corndogs.csil
2026-06-09T15:54:50.260680399Z
2026-06-09T15:54:50.260705167ZGeneration Summary:
2026-06-09T15:54:50.260710487Z Processed: 1 CSIL file
2026-06-09T15:54:50.260715913Z Generated: 2 files (10.6 KB)
2026-06-09T15:54:50.26072013Z
2026-06-09T15:54:50.260726173ZInfo: Output written to: /job/src/clients/go/gen
2026-06-09T15:54:50.272491523Z=== generate rust-client -> clients/rust/gen ===
2026-06-09T15:54:50.28373549ZInfo: Generating rust-client code from: /job/src/csil/corndogs.csil
2026-06-09T15:54:50.475706651Z
2026-06-09T15:54:50.475732178ZGeneration Summary:
2026-06-09T15:54:50.475742561Z Processed: 1 CSIL file
2026-06-09T15:54:50.475748951Z Generated: 3 files (8.5 KB)
2026-06-09T15:54:50.475753245Z
2026-06-09T15:54:50.475758891ZInfo: Output written to: /job/src/clients/rust/gen
2026-06-09T15:54:50.485705055Z=== generate python-client -> clients/python/gen ===
2026-06-09T15:54:50.500932297ZInfo: Generating python-client code from: /job/src/csil/corndogs.csil
2026-06-09T15:54:50.742375646ZInfo: Output written to: /job/src/clients/python/gen
2026-06-09T15:54:50.742386687Z
2026-06-09T15:54:50.742392567ZGeneration Summary:
2026-06-09T15:54:50.742399574Z Processed: 1 CSIL file
2026-06-09T15:54:50.742407284Z Generated: 3 files (27.1 KB)
2026-06-09T15:54:50.742413441Z
2026-06-09T15:54:50.752029697Z=== generate go (server) -> corndogs/server/csilapi ===
2026-06-09T15:54:50.763988685ZInfo: Generating go code from: /job/src/csil/corndogs.csil
2026-06-09T15:54:51.060419964Z
2026-06-09T15:54:51.060449511ZGeneration Summary:
2026-06-09T15:54:51.060463631Z Processed: 1 CSIL file
2026-06-09T15:54:51.060472667Z Generated: 2 files (8.1 KB)
2026-06-09T15:54:51.060480334Z
2026-06-09T15:54:51.060489074ZInfo: Output written to: /job/src/corndogs/server/csilapi
2026-06-09T15:54:51.068917123Z=== done; clients under /job/src/clients/, server types under /job/src/corndogs/server/csilapi ===
2026-06-09T15:54:51.079775818Zdiff --git a/clients/python/gen/client.py b/clients/python/gen/client.py
2026-06-09T15:54:51.079913354Zindex eda18b2..295ca62 100644
2026-06-09T15:54:51.07992169Z--- a/clients/python/gen/client.py
2026-06-09T15:54:51.079927214Z+++ b/clients/python/gen/client.py
2026-06-09T15:54:51.07993285Z@@ -1,9 +1,9 @@
2026-06-09T15:54:51.079938147Z # Generated service clients from CSIL specification
2026-06-09T15:54:51.080233659Z # Do not edit this file manually
2026-06-09T15:54:51.080241628Z
2026-06-09T15:54:51.08045211Z-from typing import Optional, List, Dict, Any, Union
2026-06-09T15:54:51.080458148Z-from dataclasses import dataclass, field
2026-06-09T15:54:51.080462627Z import json
2026-06-09T15:54:51.08069014Z+from dataclasses import dataclass, field
2026-06-09T15:54:51.080695109Z+from typing import Optional, List, Dict, Any, Union
2026-06-09T15:54:51.080968854Z from .types import *
2026-06-09T15:54:51.080976153Z
2026-06-09T15:54:51.08186802Z
2026-06-09T15:54:51.081884144Zdiff --git a/clients/python/gen/types.py b/clients/python/gen/types.py
2026-06-09T15:54:51.083304892Zindex 99de97f..46de060 100644
2026-06-09T15:54:51.083315705Z--- a/clients/python/gen/types.py
2026-06-09T15:54:51.083329095Z+++ b/clients/python/gen/types.py
2026-06-09T15:54:51.083338335Z@@ -1,9 +1,9 @@
2026-06-09T15:54:51.083344462Z # Generated types from CSIL specification
2026-06-09T15:54:51.083349459Z # Do not edit this file manually
2026-06-09T15:54:51.083354382Z
2026-06-09T15:54:51.083359902Z-from typing import Optional, List, Dict, Any, Union
2026-06-09T15:54:51.083365472Z-from dataclasses import dataclass, field
2026-06-09T15:54:51.083370772Z import json
2026-06-09T15:54:51.083376135Z+from dataclasses import dataclass, field
2026-06-09T15:54:51.083381185Z+from typing import Optional, List, Dict, Any, Union
2026-06-09T15:54:51.083385325Z
2026-06-09T15:54:51.083391302Z
2026-06-09T15:54:51.08339653Z StringInt64Map = Dict[str, int]
2026-06-09T15:54:51.092797104Z
2026-06-09T15:54:51.092827668ZGenerated code is stale — run ./csil/generate.sh and commit the result.