fix: all references without module get normalized to its module #10450
ci.yml
on: pull_request
Shard Docker Builds
10s
Shard Infrastructure Tests
4s
Shard Integration Tests
5s
Test Go
4m 29s
Test README
1m 36s
Lint
2m 3s
Proto Breaking Change Check
9s
Console
1m 6s
Test sqlc-gen-ftl
2m 14s
VSCode Extension
46s
Intellij Plugin
2m 41s
Rebuild All
3m 24s
Build Docs
10s
Lint Architecture
16s
Console e2e
4m 9s
Matrix: build-docker-images
Matrix: Integration Test
Matrix: Infrastructure Test
Docker Success
0s
Integration Success
0s
Infrastructure Success
0s
Annotations
15 errors and 59 warnings
Integration Test (TestHttpEncodeOmitempty|TestRuntimeReflection)
Process completed with exit code 123.
|
Integration Test (TestAdminNoValidationWithNoSchema|TestConsoleGetModules)
Process completed with exit code 123.
|
Integration Test (TestExtractSchema|TestDeploy)
Process completed with exit code 123.
|
Integration Test (TestVerbCalls|TestJVMCoreFunctionality)
Process completed with exit code 123.
|
Console e2e
Process completed with exit code 1.
|
Test Go:
backend/ingress/handler_test.go#L61
=== RUN TestIngress
backend/ingress/handler_test.go:61: Did not expect an error but got:
23:25: ingress verb getAlias: request type test.HttpRequest<Unit, Unit, test.AliasRequest>: unknown reference test.HttpRequest<Unit, Unit, test.AliasRequest>
23:25: unknown reference "test.HttpRequest<Unit, Unit, test.AliasRequest>", is the type annotated and exported?
23:69: ingress verb getAlias: response type test.HttpResponse<test.Empty, test.Empty>: unknown reference test.HttpResponse<test.Empty, test.Empty>
23:69: unknown reference "test.HttpResponse<test.Empty, test.Empty>", is the type annotated and exported?
23:82: unknown reference "test.Empty", is the type annotated and exported?
23:89: unknown reference "test.Empty", is the type annotated and exported?
26:24: ingress verb getPath: request type test.HttpRequest<Unit, test.PathParameterRequest, Unit>: unknown reference test.HttpRequest<Unit, test.PathParameterRequest, Unit>
26:24: unknown reference "test.HttpRequest<Unit, test.PathParameterRequest, Unit>", is the type annotated and exported?
26:76: ingress verb getPath: response type test.HttpResponse<test.Empty, test.Empty>: unknown reference test.HttpResponse<test.Empty, test.Empty>
26:76: unknown reference "test.HttpResponse<test.Empty, test.Empty>", is the type annotated and exported?
26:89: unknown reference "test.Empty", is the type annotated and exported?
26:96: unknown reference "test.Empty", is the type annotated and exported?
29:33: ingress verb postMissingTypes: request type test.HttpRequest<test.MissingTypes, Unit, Unit>: unknown reference test.HttpRequest<test.MissingTypes, Unit, Unit>
29:33: unknown reference "test.HttpRequest<test.MissingTypes, Unit, Unit>", is the type annotated and exported?
29:77: ingress verb postMissingTypes: response type test.HttpResponse<test.Empty, test.Empty>: unknown reference test.HttpResponse<test.Empty, test.Empty>
29:77: unknown reference "test.HttpResponse<test.Empty, test.Empty>", is the type annotated and exported?
29:90: unknown reference "test.Empty", is the type annotated and exported?
29:97: unknown reference "test.Empty", is the type annotated and exported?
32:32: ingress verb postJsonPayload: request type test.HttpRequest<test.JsonPayload, Unit, Unit>: unknown reference test.HttpRequest<test.JsonPayload, Unit, Unit>
32:32: unknown reference "test.HttpRequest<test.JsonPayload, Unit, Unit>", is the type annotated and exported?
32:75: ingress verb postJsonPayload: response type test.HttpResponse<test.Empty, test.Empty>: unknown reference test.HttpResponse<test.Empty, test.Empty>
32:75: unknown reference "test.HttpResponse<test.Empty, test.Empty>", is the type annotated and exported?
32:88: unknown reference "test.Empty", is the type annotated and exported?
32:95: unknown reference "test.Empty", is the type annotated and exported?
--- FAIL: TestIngress (0.03s)
|
Test Go:
backend/ingress/request_test.go#L104
=== RUN TestBuildRequestBody
backend/ingress/request_test.go:104: Did not expect an error but got:
test:27:25: ingress verb getAlias: request type test.HttpRequest<Unit, Unit, test.AliasRequest>: unknown reference test.HttpRequest<Unit, Unit, test.AliasRequest>
test:27:25: unknown reference "test.HttpRequest<Unit, Unit, test.AliasRequest>", is the type annotated and exported?
test:27:69: ingress verb getAlias: response type test.HttpResponse<test.Empty, test.Empty>: unknown reference test.HttpResponse<test.Empty, test.Empty>
test:27:69: unknown reference "test.HttpResponse<test.Empty, test.Empty>", is the type annotated and exported?
test:27:82: unknown reference "test.Empty", is the type annotated and exported?
test:27:89: unknown reference "test.Empty", is the type annotated and exported?
test:30:24: ingress verb getPath: request type test.HttpRequest<Unit, test.PathParameterRequest, Unit>: unknown reference test.HttpRequest<Unit, test.PathParameterRequest, Unit>
test:30:24: unknown reference "test.HttpRequest<Unit, test.PathParameterRequest, Unit>", is the type annotated and exported?
test:30:76: ingress verb getPath: response type test.HttpResponse<test.Empty, test.Empty>: unknown reference test.HttpResponse<test.Empty, test.Empty>
test:30:76: unknown reference "test.HttpResponse<test.Empty, test.Empty>", is the type annotated and exported?
test:30:89: unknown reference "test.Empty", is the type annotated and exported?
test:30:96: unknown reference "test.Empty", is the type annotated and exported?
test:33:103: unknown reference "test.Empty", is the type annotated and exported?
test:33:30: ingress verb optionalQuery: request type test.HttpRequest<Unit, Unit, test.QueryParameterRequest>: unknown reference test.HttpRequest<Unit, Unit, test.QueryParameterRequest>
test:33:30: unknown reference "test.HttpRequest<Unit, Unit, test.QueryParameterRequest>", is the type annotated and exported?
test:33:83: ingress verb optionalQuery: response type test.HttpResponse<test.Empty, test.Empty>: unknown reference test.HttpResponse<test.Empty, test.Empty>
test:33:83: unknown reference "test.HttpResponse<test.Empty, test.Empty>", is the type annotated and exported?
test:33:96: unknown reference "test.Empty", is the type annotated and exported?
test:36:33: ingress verb postMissingTypes: request type test.HttpRequest<test.MissingTypes, Unit, Unit>: unknown reference test.HttpRequest<test.MissingTypes, Unit, Unit>
test:36:33: unknown reference "test.HttpRequest<test.MissingTypes, Unit, Unit>", is the type annotated and exported?
test:36:77: ingress verb postMissingTypes: response type test.HttpResponse<test.Empty, test.Empty>: unknown reference test.HttpResponse<test.Empty, test.Empty>
test:36:77: unknown reference "test.HttpResponse<test.Empty, test.Empty>", is the type annotated and exported?
test:36:90: unknown reference "test.Empty", is the type annotated and exported?
test:36:97: unknown reference "test.Empty", is the type annotated and exported?
test:39:32: ingress verb postJsonPayload: request type test.HttpRequest<test.JsonPayload, Unit, Unit>: unknown reference test.HttpRequest<test.JsonPayload, Unit, Unit>
test:39:32: unknown reference "test.HttpRequest<test.JsonPayload, Unit, Unit>", is the type annotated and exported?
test:39:75: ingress verb postJsonPayload: response type test.HttpResponse<test.Empty, test.Empty>: unknown reference test.HttpResponse<test.Empty, test.Empty>
test:39:75: unknown reference "test.HttpResponse<test.Empty, test.Empty>", is the type annotated and exported?
test:39:88: unknown reference "test.Empty", is the type annotated and exported?
test:39:95: unknown reference "test.Empty", is the type annotated and exported?
test:42:24: ingress verb getById: request type test.HttpRequest<Unit, Int, Unit>: unknown reference test.HttpRequest<Unit, Int, Unit>
|
Test Go:
common/schema/schema_test.go#L696
=== RUN TestParsing/InvalidRequestRef
common/schema/schema_test.go:696: module test { verb test(InvalidRequest) InvalidResponse}
[]string{
- "1:25: unknown reference \"InvalidRequest\", is the type annotated and exported?",
- "1:41: unknown reference \"InvalidResponse\", is the type annotated and exported?",
+ "1:25: unknown reference \"test.InvalidRequest\", is the type annotated and exported?",
+ "1:41: unknown reference \"test.InvalidResponse\", is the type annotated and exported?",
}
--- FAIL: TestParsing/InvalidRequestRef (0.01s)
|
Test Go:
common/schema/schema_test.go#L696
=== RUN TestParsing/InvalidDataMetadata
common/schema/schema_test.go:696: module test { data Data {} +calls verb }
[]string{
- "1:28: metadata \"+calls verb\" is not valid on data structures",
- "1:35: unknown reference \"verb\", is the type annotated and exported?",
+ "1:28: metadata \"+calls test.verb\" is not valid on data structures",
+ "1:35: unknown reference \"test.verb\", is the type annotated and exported?",
}
--- FAIL: TestParsing/InvalidDataMetadata (0.01s)
|
Test Go:
common/schema/schema_test.go#L698
=== RUN TestParsing/BuiltinRef
common/schema/schema_test.go:698: Did not expect an error but got:
1:30: unknown reference "test.HttpRequest<String, Unit, Unit>", is the type annotated and exported?
1:63: unknown reference "test.HttpResponse<String, String>", is the type annotated and exported?
--- FAIL: TestParsing/BuiltinRef (0.01s)
|
Test Go:
common/schema/schema_test.go#L698
=== RUN TestParsing/TypeParameters
common/schema/schema_test.go:698: Did not expect an error but got:
4:13: unknown reference "test.T", is the type annotated and exported?
--- FAIL: TestParsing/TypeParameters (0.01s)
|
Test Go
Process completed with exit code 1.
|
Integration Test (TestGradle|TestExemplarIntegration)
Process completed with exit code 123.
|
Integration Test (TestHttpIngress|TestHttpIngressWithCors)
Canceling since a higher priority waiting request for 'refs/pull/3829/merge-ci' exists
|
Integration Test (TestHttpIngress|TestHttpIngressWithCors)
The operation was canceled.
|
Shard Infrastructure Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Shard Integration Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Shard Docker Builds
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build Docs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Proto Breaking Change Check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint Architecture
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
VSCode Extension
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestASMWorkflow|TestASMPagination)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestLeaderSync|TestFollowerSync)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Console
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test README
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestGeneratedTypeRegistry|TestRealMap)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestCycleDetection|TestInt64BuildError)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestNonFTLTypes|TestNonStructRequestResponse)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestDiskSchemaRetrieverWithBuildArtefact|TestDiskSchemaRetrieverWithNoSchema)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestBuilds|TestDependenciesUpdate)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build http-ingress Docker Image
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build cron Docker Image
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build timeline Docker Image
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestWatch|TestWatchWithBuildModifyingFiles)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build admin Docker Image
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestConfigsWithController|TestConfigsWithoutController)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build lease Docker Image
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestDefaultToRootWhenModuleDirsMissing|TestConfigCmdWithoutController)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestSecretsWithController|TestSecretsWithoutController)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestNonExportedDecls|TestUndefinedExportedDecls)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestDeploymentThroughDevProvisionerCreatePostgresDB|TestLocalScaling)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build runner Docker Image
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test sqlc-gen-ftl
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Build console Docker Image
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestGoBuildClearsBuildDir|TestExternalType)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestModuleUnitTests|TestFTLMap)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestSecretImportExport|TestConfigImportExport)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestFindConfig|TestConfigValidation)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestLocalSchemaDiff|TestResetSubscription)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build controller Docker Image
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestTimeline|TestStreamTimeline)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestHttpEncodeOmitempty|TestRuntimeReflection)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Intellij Plugin
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build provisioner Docker Image
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestAdminNoValidationWithNoSchema|TestConsoleGetModules)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build runner-jvm Docker Image
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestExtractSchema|TestDeploy)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestBuildLock|TestBuildsWhenAlreadyLocked)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestWatchWithBuildAndUserModifyingFiles|TestLifecycleJVM)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Docker Success
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Rebuild All
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestConsoleStreamModules|TestLease)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestDatabase|TestMySQL)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestVerbCalls|TestJVMCoreFunctionality)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Console e2e
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test Go
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestExternalPublishRuntimeCheck|TestConsumerGroupMembership)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestGradle|TestExemplarIntegration)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test (TestPubSub|TestRetry)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Infrastructure Test (TestKubeScaling)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Infrastructure Success
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Success
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
docker-admin-artifact
Expired
|
16.9 MB |
|
docker-console-artifact
Expired
|
17.1 MB |
|
docker-controller-artifact
Expired
|
47.4 MB |
|
docker-cron-artifact
Expired
|
12.6 MB |
|
docker-http-ingress-artifact
Expired
|
13.1 MB |
|
docker-lease-artifact
Expired
|
12.7 MB |
|
docker-provisioner-artifact
Expired
|
55.4 MB |
|
docker-runner-artifact
Expired
|
78.5 MB |
|
docker-runner-jvm-artifact
Expired
|
262 MB |
|
docker-timeline-artifact
Expired
|
12.8 MB |
|
kube-report-TestKubeScaling
|
690 KB |
|