Skip to content

Migrated app.config.chain.getById() calls to newer trpc.community.getCommunity() + cleanup/state-refactor of related components #26143

Migrated app.config.chain.getById() calls to newer trpc.community.getCommunity() + cleanup/state-refactor of related components

Migrated app.config.chain.getById() calls to newer trpc.community.getCommunity() + cleanup/state-refactor of related components #26143

Triggered via pull request August 8, 2024 22:24
Status Failure
Total duration 7m 58s
Artifacts 2

CI.yml

on: pull_request
Matrix: Cosmos Devnet Tests
Matrix: EVM Devnet Tests
Matrix: Commonwealth Unit And Integration Tests
Matrix: Commonwealth Mature E2E Tests
Matrix: Commonwealth E2E Tests
Matrix: Commonwealth E2E Tests Serial
Matrix: Code Quality Recommendations
Matrix: Code Quality checks
Matrix: Upload Test Coverage Report
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 5 warnings
Code Quality checks (20)
Type '({ payload }: QueryContext<ZodObject<{ id: ZodString; include_node_info: ZodOptional<ZodBoolean>; }, "strip", ZodTypeAny, { id: string; include_node_info?: boolean | undefined; }, { ...; }>>) => Promise<...>' is not assignable to type 'QueryHandler<ZodObject<{ id: ZodString; include_node_info: ZodOptional<ZodBoolean>; }, "strip", ZodTypeAny, { id: string; include_node_info?: boolean | undefined; }, { ...; }>, ZodOptional<...>>'.
Code Quality checks (20)
Process completed with exit code 1.
Commonwealth Unit And Integration Tests (20)
Type '({ payload }: QueryContext<ZodObject<{ id: ZodString; include_node_info: ZodOptional<ZodBoolean>; }, "strip", ZodTypeAny, { id: string; include_node_info?: boolean | undefined; }, { ...; }>>) => Promise<...>' is not assignable to type 'QueryHandler<ZodObject<{ id: ZodString; include_node_info: ZodOptional<ZodBoolean>; }, "strip", ZodTypeAny, { id: string; include_node_info?: boolean | undefined; }, { ...; }>, ZodOptional<...>>'.
Commonwealth Unit And Integration Tests (20)
Process completed with exit code 1.
Commonwealth E2E Tests Serial (20)
Type '({ payload }: QueryContext<ZodObject<{ id: ZodString; include_node_info: ZodOptional<ZodBoolean>; }, "strip", ZodTypeAny, { id: string; include_node_info?: boolean | undefined; }, { ...; }>>) => Promise<...>' is not assignable to type 'QueryHandler<ZodObject<{ id: ZodString; include_node_info: ZodOptional<ZodBoolean>; }, "strip", ZodTypeAny, { id: string; include_node_info?: boolean | undefined; }, { ...; }>, ZodOptional<...>>'.
Commonwealth E2E Tests Serial (20)
Process completed with exit code 2.
EVM Devnet Tests (20)
System.IO.IOException: No space left on device : '/home/runner/runners/2.317.0/_diag/Worker_20240808-222412-utc.log' at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset) at System.IO.Strategies.BufferedFileStreamStrategy.FlushWrite() at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder) at System.Diagnostics.TextWriterTraceListener.Flush() at GitHub.Runner.Common.HostTraceListener.WriteHeader(String source, TraceEventType eventType, Int32 id) at GitHub.Runner.Common.HostTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message) at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message) at GitHub.Runner.Worker.Worker.RunAsync(String pipeIn, String pipeOut) at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args) System.IO.IOException: No space left on device : '/home/runner/runners/2.317.0/_diag/Worker_20240808-222412-utc.log' at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset) at System.IO.Strategies.BufferedFileStreamStrategy.FlushWrite() at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder) at System.Diagnostics.TextWriterTraceListener.Flush() at GitHub.Runner.Common.HostTraceListener.WriteHeader(String source, TraceEventType eventType, Int32 id) at GitHub.Runner.Common.HostTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message) at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message) at GitHub.Runner.Common.Tracing.Error(Exception exception) at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args) Unhandled exception. System.IO.IOException: No space left on device : '/home/runner/runners/2.317.0/_diag/Worker_20240808-222412-utc.log' at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset) at System.IO.Strategies.BufferedFileStreamStrategy.FlushWrite() at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder) at System.Diagnostics.TextWriterTraceListener.Flush() at System.Diagnostics.TraceSource.Flush() at GitHub.Runner.Common.TraceManager.Dispose(Boolean disposing) at GitHub.Runner.Common.TraceManager.Dispose() at GitHub.Runner.Common.HostContext.Dispose(Boolean disposing) at GitHub.Runner.Common.HostContext.Dispose() at GitHub.Runner.Worker.Program.Main(String[] args)
Commonwealth E2E Tests Serial (20)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Commonwealth Mature E2E Tests (20)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Cosmos Devnet Tests (20)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: tj-actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Commonwealth E2E Tests (20)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "FlakySuiteStatus", "MatureSuiteStatus". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
FlakySuiteStatus Expired
3.24 KB
MatureSuiteStatus Expired
314 Bytes