CI #6320
Annotations
10 errors
go-runtime/schema/schema_test.go#L302
=== RUN TestExtractModuleSchemaFSM
go-runtime/schema/schema_test.go:302: Did not expect an error but got:
./... matched no packages
--- FAIL: TestExtractModuleSchemaFSM (0.06s)
|
go-runtime/schema/schema_test.go#L352
=== RUN TestExtractModuleSchemaNamedTypes
debug: info:namedext: Building module
debug: info:namedext: go: module . listed in go.work file requires go >= 1.23, but go.work lists go 1.22.2; to update it:
debug: go work use
debug:
debug: warn:named: build skipped because dependency "namedext" failed to build
debug: ftl: error: build failed: failed to build module "namedext": exit status 1
info: info:namedext: Building module
info:namedext: go: module . listed in go.work file requires go >= 1.23, but go.work lists go 1.22.2; to update it:
go work use
warn:named: build skipped because dependency "namedext" failed to build
ftl: error: build failed: failed to build module "namedext": exit status 1
go-runtime/schema/schema_test.go:352: Did not expect an error but got:
ftl build failed: exit status 1
--- FAIL: TestExtractModuleSchemaNamedTypes (2.57s)
|
go-runtime/schema/schema_test.go#L405
=== RUN TestExtractModuleSchemaParent
debug: info:parent: Building module
debug: info:parent: go: module ../../.. listed in go.work file requires go >= 1.23, but go.work lists go 1.22.2; to update it:
debug: go work use
debug: go: module . listed in go.work file requires go >= 1.23, but go.work lists go 1.22.2; to update it:
debug: go work use
debug:
debug: ftl: error: build failed: failed to build module "parent": exit status 1
info: info:parent: Building module
info:parent: go: module ../../.. listed in go.work file requires go >= 1.23, but go.work lists go 1.22.2; to update it:
go work use
go: module . listed in go.work file requires go >= 1.23, but go.work lists go 1.22.2; to update it:
go work use
ftl: error: build failed: failed to build module "parent": exit status 1
go-runtime/schema/schema_test.go:405: Did not expect an error but got:
ftl build failed: exit status 1
--- FAIL: TestExtractModuleSchemaParent (2.54s)
|
go-runtime/schema/schema_test.go#L446
=== RUN TestExtractModulePubSub
debug: info:pubsub: Building module
debug: info:pubsub: go: module ../../.. listed in go.work file requires go >= 1.23, but go.work lists go 1.22.2; to update it:
debug: go work use
debug: go: module . listed in go.work file requires go >= 1.23, but go.work lists go 1.22.2; to update it:
debug: go work use
debug:
debug: ftl: error: build failed: failed to build module "pubsub": exit status 1
info: info:pubsub: Building module
info:pubsub: go: module ../../.. listed in go.work file requires go >= 1.23, but go.work lists go 1.22.2; to update it:
go work use
go: module . listed in go.work file requires go >= 1.23, but go.work lists go 1.22.2; to update it:
go work use
ftl: error: build failed: failed to build module "pubsub": exit status 1
go-runtime/schema/schema_test.go:446: Did not expect an error but got:
ftl build failed: exit status 1
--- FAIL: TestExtractModulePubSub (2.13s)
|
go-runtime/schema/schema_test.go#L483
=== RUN TestExtractModuleSubscriber
debug: info:pubsub: Building module
debug: info:pubsub: Module built (1.64s)
debug: info:subscriber: Building module
debug: ftl: error: build failed: failed to build module "subscriber": err: exit status 1: stderr: go: module ../../../../.ftl/go/modules/pubsub listed in go.work file requires go >= 1.23, but go.work lists go 1.22.2; to update it:
debug: go work use
debug:
info: info:pubsub: Building module
info:pubsub: Module built (1.64s)
info:subscriber: Building module
ftl: error: build failed: failed to build module "subscriber": err: exit status 1: stderr: go: module ../../../../.ftl/go/modules/pubsub listed in go.work file requires go >= 1.23, but go.work lists go 1.22.2; to update it:
go work use
go-runtime/schema/schema_test.go:483: Did not expect an error but got:
ftl build failed: exit status 1
--- FAIL: TestExtractModuleSubscriber (3.67s)
|
go-runtime/schema/schema_test.go#L561
=== RUN TestErrorReporting
debug: info:pubsub: Building module
debug: info:pubsub: Module built (1.43s)
debug: info:failing: Building module
debug: ftl: error: build failed: failed to build module "failing": err: exit status 1: stderr: go: module ../../../../.ftl/go/modules/pubsub listed in go.work file requires go >= 1.23, but go.work lists go 1.22.2; to update it:
debug: go work use
debug: go: module ../../../../.ftl/go/modules/builtin listed in go.work file requires go >= 1.23, but go.work lists go 1.22.2; to update it:
debug: go work use
debug:
info: info:pubsub: Building module
info:pubsub: Module built (1.43s)
info:failing: Building module
ftl: error: build failed: failed to build module "failing": err: exit status 1: stderr: go: module ../../../../.ftl/go/modules/pubsub listed in go.work file requires go >= 1.23, but go.work lists go 1.22.2; to update it:
go work use
go: module ../../../../.ftl/go/modules/builtin listed in go.work file requires go >= 1.23, but go.work lists go 1.22.2; to update it:
go work use
go-runtime/schema/schema_test.go:561: Did not expect an error but got:
err: exit status 1: stderr: go: module . listed in go.work file requires go >= 1.23, but go.work lists go 1.22.2; to update it:
go work use
go: module ../../../../.ftl/go/modules/builtin listed in go.work file requires go >= 1.23, but go.work lists go 1.22.2; to update it:
go work use
go: module ../../../../.ftl/go/modules/pubsub listed in go.work file requires go >= 1.23, but go.work lists go 1.22.2; to update it:
go work use
--- FAIL: TestErrorReporting (3.97s)
|
internal/buildengine/build_go_test.go#L29
=== RUN TestGoBuildClearsBuildDir
debug: Generating go module stubs
trace: exec: cd /tmp/TestGoBuildClearsBuildDir1983074982/001/.ftl/go/modules/builtin && go mod tidy
debug: go: finding module for package github.com/TBD54566975/ftl/go-runtime/ftl
debug: go: downloading github.com/TBD54566975/ftl v0.348.2
debug: go: found github.com/TBD54566975/ftl/go-runtime/ftl in github.com/TBD54566975/ftl v0.348.2
debug: go: downloading github.com/google/go-cmp v0.6.0
debug: go: downloading github.com/stretchr/testify v1.9.0
debug: go: downloading github.com/bool64/dev v0.2.35
debug: go: downloading github.com/swaggest/assertjson v1.9.0
debug: go: downloading github.com/yudai/gojsondiff v1.0.0
debug: go: downloading github.com/iancoleman/orderedmap v0.3.0
debug: go: downloading github.com/bool64/shared v0.1.5
debug: go: downloading github.com/sergi/go-diff v1.3.1
debug: go: downloading github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82
debug: go: downloading github.com/davecgh/go-spew v1.1.1
debug: go: downloading github.com/pmezard/go-difflib v1.0.0
debug: go: downloading gopkg.in/yaml.v3 v3.0.1
trace: exec: cd /tmp/TestGoBuildClearsBuildDir1983074982/001/.ftl/go/modules/test && go mod tidy
debug: Generating go module stubs
trace: exec: cd /tmp/TestGoBuildClearsBuildDir1983074982/001/.ftl/go/modules/builtin && go mod tidy
debug: go: finding module for package github.com/TBD54566975/ftl/go-runtime/ftl
debug: go: found github.com/TBD54566975/ftl/go-runtime/ftl in github.com/TBD54566975/ftl v0.348.2
trace: exec: cd /tmp/TestGoBuildClearsBuildDir1983074982/001/.ftl/go/modules/test && go mod tidy
info:another: Building module
debug:another: Extracting schema
debug:another: Generating main module
debug:another: Tidying go.mod files
trace:another: exec: cd internal/buildengine/testdata/another && go mod tidy
trace:another: exec: cd internal/buildengine/testdata/another/.ftl/go/main && go mod tidy
debug:another: go: found github.com/TBD54566975/ftl/backend/protos/xyz/block/ftl/v1/ftlv1connect in github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
debug:another: go: found github.com/TBD54566975/ftl/common/plugin in github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
debug:another: go: found github.com/TBD54566975/ftl/go-runtime/ftl/reflection in github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
debug:another: go: found github.com/TBD54566975/ftl/go-runtime/server in github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
debug:another: go: downloading go.uber.org/goleak v1.3.0
debug:another: go: downloading github.com/prashantv/gostub v1.1.0
debug:another: Compiling
trace:another: exec: cd internal/buildengine/testdata/another/.ftl/go/main && go build -o ../../main .
debug:another: go: module ../../.. listed in go.work file requires go >= 1.23, but go.work lists go 1.22.2; to update it:
debug:another: go work use
debug:another: go: module . listed in go.work file requires go >= 1.23, but go.work lists go 1.22.2; to update it:
debug:another: go work use
info:another: go: module ../../.. listed in go.work file requires go >= 1.23, but go.work lists go 1.22.2; to update it:
go work use
go: module . listed in go.work file requires go >= 1.23, but go.work lists go 1.22.2; to update it:
go work use
internal/buildengine/build_go_test.go:29: Did not expect an error but got:
failed to build module "another": exit status 1
--- FAIL: TestGoBuildClearsBuildDir (43.68s)
|
internal/buildengine/build_go_test.go#L116
=== RUN TestGeneratedTypeRegistry
debug: Generating go module stubs
trace: exec: cd /tmp/TestGeneratedTypeRegistry1301674371/001/.ftl/go/modules/another && go mod tidy
debug: go: finding module for package github.com/TBD54566975/ftl/go-runtime/ftl/reflection
debug: go: found github.com/TBD54566975/ftl/go-runtime/ftl/reflection in github.com/TBD54566975/ftl v0.348.2
debug: go: downloading github.com/stretchr/testify v1.8.2
debug: Generating go module stubs
trace: exec: cd /tmp/TestGeneratedTypeRegistry1301674371/001/.ftl/go/modules/another && go mod tidy
debug: go: finding module for package github.com/TBD54566975/ftl/go-runtime/ftl/reflection
debug: go: found github.com/TBD54566975/ftl/go-runtime/ftl/reflection in github.com/TBD54566975/ftl v0.348.2
info:other: Building module
debug:other: Extracting schema
debug:other: Generating main module
debug:other: Tidying go.mod files
trace:other: exec: cd internal/buildengine/testdata/other/.ftl/go/main && go mod tidy
trace:other: exec: cd internal/buildengine/testdata/other && go mod tidy
debug:other: go: found github.com/TBD54566975/ftl/backend/protos/xyz/block/ftl/v1/ftlv1connect in github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
debug:other: go: found github.com/TBD54566975/ftl/common/plugin in github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
debug:other: go: found github.com/TBD54566975/ftl/go-runtime/ftl/reflection in github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
debug:other: go: found github.com/TBD54566975/ftl/go-runtime/server in github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
debug:other: Compiling
trace:other: exec: cd internal/buildengine/testdata/other/.ftl/go/main && go build -o ../../main .
debug:other: go: module ../../.. listed in go.work file requires go >= 1.23, but go.work lists go 1.22.2; to update it:
debug:other: go work use
debug:other: go: module . listed in go.work file requires go >= 1.23, but go.work lists go 1.22.2; to update it:
debug:other: go work use
info:other: go: module ../../.. listed in go.work file requires go >= 1.23, but go.work lists go 1.22.2; to update it:
go work use
go: module . listed in go.work file requires go >= 1.23, but go.work lists go 1.22.2; to update it:
go work use
internal/buildengine/build_go_test.go:116: Did not expect an error but got:
failed to build module "other": exit status 1
--- FAIL: TestGeneratedTypeRegistry (6.74s)
|
internal/buildengine/engine_test.go#L59
=== RUN TestEngine
debug: Deleting all generated stubs
debug: Extracting dependencies for "alpha"
debug: Extracting dependencies for "another"
debug: Extracting dependencies for "other"
debug: Extracting dependencies for "another"
debug: Extracting dependencies for "alpha"
debug: Extracting dependencies for "other"
debug: Generating go module stubs
debug: go: finding module for package github.com/TBD54566975/ftl/go-runtime/ftl
debug: go: found github.com/TBD54566975/ftl/go-runtime/ftl in github.com/TBD54566975/ftl v0.348.2
debug: Generating go module stubs
debug: go: finding module for package github.com/TBD54566975/ftl/go-runtime/ftl
debug: go: found github.com/TBD54566975/ftl/go-runtime/ftl in github.com/TBD54566975/ftl v0.348.2
info:another: Building module
debug:another: Extracting schema
debug:another: Generating main module
debug:another: Tidying go.mod files
debug:another: go: found github.com/TBD54566975/ftl/backend/protos/xyz/block/ftl/v1/ftlv1connect in github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
debug:another: go: found github.com/TBD54566975/ftl/common/plugin in github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
debug:another: go: found github.com/TBD54566975/ftl/go-runtime/ftl/reflection in github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
debug:another: go: found github.com/TBD54566975/ftl/go-runtime/server in github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
debug:another: Compiling
info:another: Module built (2.34s)
debug: Generating go module stubs
debug: go: finding module for package github.com/TBD54566975/ftl/go-runtime/ftl
debug: go: found github.com/TBD54566975/ftl/go-runtime/ftl in github.com/TBD54566975/ftl v0.348.2
debug: go: found github.com/TBD54566975/ftl/go-runtime/ftl in github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
debug: go: found github.com/TBD54566975/ftl/go-runtime/ftl/reflection in github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
debug: Generating go module stubs
debug: go: finding module for package github.com/TBD54566975/ftl/go-runtime/ftl
debug: go: found github.com/TBD54566975/ftl/go-runtime/ftl in github.com/TBD54566975/ftl v0.348.2
debug: go: found github.com/TBD54566975/ftl/go-runtime/ftl in github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
debug: go: found github.com/TBD54566975/ftl/go-runtime/ftl/reflection in github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
info:other: Building module
debug:other: Extracting schema
debug:other: Generating main module
debug:other: Tidying go.mod files
debug:other: go: found github.com/TBD54566975/ftl/backend/protos/xyz/block/ftl/v1/ftlv1connect in github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
debug:other: go: found github.com/TBD54566975/ftl/common/plugin in github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
debug:other: go: found github.com/TBD54566975/ftl/go-runtime/ftl/reflection in github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
debug:other: go: found github.com/TBD54566975/ftl/go-runtime/server in github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
debug:other: Compiling
info:other: Module built (2.55s)
debug: Generating go module stubs
debug: go: finding module for package github.com/TBD54566975/ftl/go-runtime/ftl
debug: go: found github.com/TBD54566975/ftl/go-runtime/ftl in github.com/TBD54566975/ftl v0.348.2
debug: go: found github.com/TBD54566975/ftl/go-runtime/ftl in github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
debug: go: found github.com/TBD54566975/ftl/go-runtime/ftl in github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
debug: go: found github.com/TBD54566975/ftl/go-runtime/ftl/reflection in github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
debug: Generating go module stubs
debug: go: finding module for package github.com/TBD54566975/ftl/go-runtime/ftl
debug: go: found github.com/TBD54566975/ftl/go-runtime/ftl in github.com/TBD54566975/ftl v0.348.2
debug: go: found github.com/TBD54566975/ftl/go-runtime/ftl in github.com/TBD54566975/ftl
|
|
This job failed
Loading