corndogs-csil-gen-check
failed- Job ID
019ead17-1ca9-6dab-e161-0e079d218535- Created
- 2026-06-09 15:53:53 UTC
- Updated
- 2026-06-09 15:53:53 UTC
- Duration
- 49s
- 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
Cloning into '/job/src'...
Info: Validating CSIL file: csil/corndogs.csil
Success: Parsed 28 rules successfully
Success: CSIL file validated successfully
=== validating /job/src/csil/corndogs.csil ===
Info: Validating CSIL file: /job/src/csil/corndogs.csil
Success: Parsed 28 rules successfully
Success: CSIL file validated successfully
=== generate typescript-client -> clients/typescript/gen ===
Info: Generating typescript-client code from: /job/src/csil/corndogs.csil
Info: Output written to: /job/src/clients/typescript/gen
Generation Summary:
Processed: 1 CSIL file
Generated: 2 files (7.7 KB)
=== generate go-client -> clients/go/gen ===
Info: Generating go-client code from: /job/src/csil/corndogs.csil
Generation Summary:
Processed: 1 CSIL file
Generated: 2 files (10.6 KB)
Info: Output written to: /job/src/clients/go/gen
=== generate rust-client -> clients/rust/gen ===
Info: Generating rust-client code from: /job/src/csil/corndogs.csil
Info: Output written to: /job/src/clients/rust/gen
Generation Summary:
Processed: 1 CSIL file
Generated: 3 files (8.5 KB)
=== generate python-client -> clients/python/gen ===
Info: Generating python-client code from: /job/src/csil/corndogs.csil
Generation Summary:
Processed: 1 CSIL file
Generated: 3 files (27.1 KB)
Info: Output written to: /job/src/clients/python/gen
=== generate go (server) -> corndogs/server/csilapi ===
Info: Generating go code from: /job/src/csil/corndogs.csil
Generation Summary:
Processed: 1 CSIL file
Generated: 2 files (8.1 KB)
Info: Output written to: /job/src/corndogs/server/csilapi
=== done; clients under /job/src/clients/, server types under /job/src/corndogs/server/csilapi ===
diff --git a/clients/python/gen/client.py b/clients/python/gen/client.py
index eda18b2..295ca62 100644
--- a/clients/python/gen/client.py
+++ b/clients/python/gen/client.py
@@ -1,9 +1,9 @@
# Generated service clients from CSIL specification
# Do not edit this file manually
-from typing import Optional, List, Dict, Any, Union
-from dataclasses import dataclass, field
import json
+from dataclasses import dataclass, field
+from typing import Optional, List, Dict, Any, Union
from .types import *
diff --git a/clients/python/gen/types.py b/clients/python/gen/types.py
index 99de97f..46de060 100644
--- a/clients/python/gen/types.py
+++ b/clients/python/gen/types.py
@@ -1,9 +1,9 @@
# Generated types from CSIL specification
# Do not edit this file manually
-from typing import Optional, List, Dict, Any, Union
-from dataclasses import dataclass, field
import json
+from dataclasses import dataclass, field
+from typing import Optional, List, Dict, Any, Union
StringInt64Map = Dict[str, int]
Generated code is stale — run ./csil/generate.sh and commit the result.