Skip to content

eval: performance improvements #577

eval: performance improvements

eval: performance improvements #577

Triggered via pull request September 17, 2024 18:32
Status Failure
Total duration 3m 20s
Artifacts

pr-tests.yaml

on: pull_request
Matrix: test / Test
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 7 warnings
test / Test (1.21.x, true): analysis/common_test.go#L30
cannot use map[string]schema.Builder{…} (value of type map[string]schema.Builder) as schema.MapBuilder value in argument to schema.Object().Properties: map[string]schema.Builder does not implement schema.MapBuilder (missing method Build)
test / Test (1.21.x, true): analysis/common_test.go#L34
cannot use map[string]schema.Builder{…} (value of type map[string]schema.Builder) as schema.MapBuilder value in argument to schema.Object().Properties: map[string]schema.Builder does not implement schema.MapBuilder (missing method Build)
test / Test (1.21.x, true): analysis/common_test.go#L41
cannot use map[string]schema.Builder{…} (value of type map[string]schema.Builder) as schema.MapBuilder value in argument to schema.Object().Properties: map[string]schema.Builder does not implement schema.MapBuilder (missing method Build)
test / Test (1.21.x, true): cmd/esc/cli/client/client_test.go#L481
cannot use map[string]schema.Builder{…} (value of type map[string]schema.Builder) as schema.MapBuilder value in argument to schema.Record: map[string]schema.Builder does not implement schema.MapBuilder (missing method Build)
test / Test (1.21.x, true): cmd/esc/cli/client/client_test.go#L607
cannot use map[string]schema.Builder{…} (value of type map[string]schema.Builder) as schema.MapBuilder value in argument to schema.Record: map[string]schema.Builder does not implement schema.MapBuilder (missing method Build)
test / Test (1.21.x, true): cmd/esc/cli/client/client_test.go#L641
cannot use map[string]schema.Builder{…} (value of type map[string]schema.Builder) as schema.MapBuilder value in argument to schema.Record: map[string]schema.Builder does not implement schema.MapBuilder (missing method Build)
test / Test (1.21.x, true): schema/objects_test.go#L30
cannot use record (variable of type map[string]Builder) as MapBuilder value in argument to Record: map[string]Builder does not implement MapBuilder (missing method Build)
test / Test (1.21.x, true): schema/objects_test.go#L97
cannot use properties (variable of type map[string]Builder) as MapBuilder value in argument to Object().Properties: map[string]Builder does not implement MapBuilder (missing method Build)
test / Test (1.21.x, true): schema/schema_test.go#L114
cannot use map[string]Builder{…} (value of type map[string]Builder) as MapBuilder value in argument to Object().Properties: map[string]Builder does not implement MapBuilder (missing method Build)
test / Test (1.21.x, true): schema/schema_test.go#L125
cannot use map[string]Builder{…} (value of type map[string]Builder) as MapBuilder value in argument to Object().Properties: map[string]Builder does not implement MapBuilder (missing method Build)
lint / lint
Cannot open: File exists
lint / lint
Cannot open: File exists
lint / lint
Cannot open: File exists
lint / lint
Cannot open: File exists
lint / lint
Cannot open: File exists
lint / lint
Cannot open: File exists
lint / lint
Cannot open: File exists
lint / lint
Cannot open: File exists
lint / lint
Cannot open: File exists
lint / lint
Cannot open: File exists
lint / lint: analysis/common_test.go#L30
cannot use map[string]schema.Builder{…} (value of type map[string]schema.Builder) as schema.MapBuilder value in argument to schema.Object().Properties: map[string]schema.Builder does not implement schema.MapBuilder (missing method Build)
lint / lint: analysis/common_test.go#L34
cannot use map[string]schema.Builder{…} (value of type map[string]schema.Builder) as schema.MapBuilder value in argument to schema.Object().Properties: map[string]schema.Builder does not implement schema.MapBuilder (missing method Build)
lint / lint: analysis/common_test.go#L41
cannot use map[string]schema.Builder{…} (value of type map[string]schema.Builder) as schema.MapBuilder value in argument to schema.Object().Properties: map[string]schema.Builder does not implement schema.MapBuilder (missing method Build) (typecheck)
lint / lint: cmd/esc/cli/client/client_test.go#L481
cannot use map[string]schema.Builder{…} (value of type map[string]schema.Builder) as schema.MapBuilder value in argument to schema.Record: map[string]schema.Builder does not implement schema.MapBuilder (missing method Build)
lint / lint: cmd/esc/cli/client/client_test.go#L607
cannot use map[string]schema.Builder{…} (value of type map[string]schema.Builder) as schema.MapBuilder value in argument to schema.Record: map[string]schema.Builder does not implement schema.MapBuilder (missing method Build)
lint / lint: cmd/esc/cli/client/client_test.go#L641
cannot use map[string]schema.Builder{…} (value of type map[string]schema.Builder) as schema.MapBuilder value in argument to schema.Record: map[string]schema.Builder does not implement schema.MapBuilder (missing method Build) (typecheck)
lint / lint: schema/objects_test.go#L30
cannot use record (variable of type map[string]Builder) as MapBuilder value in argument to Record: map[string]Builder does not implement MapBuilder (missing method Build)
lint / lint: schema/objects_test.go#L97
cannot use properties (variable of type map[string]Builder) as MapBuilder value in argument to Object().Properties: map[string]Builder does not implement MapBuilder (missing method Build)
lint / lint: schema/schema_test.go#L114
cannot use map[string]Builder{…} (value of type map[string]Builder) as MapBuilder value in argument to Object().Properties: map[string]Builder does not implement MapBuilder (missing method Build)
lint / lint: schema/schema_test.go#L125
cannot use map[string]Builder{…} (value of type map[string]Builder) as MapBuilder value in argument to Object().Properties: map[string]Builder does not implement MapBuilder (missing method Build)
lint / check-copyright
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, jaxxstorm/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint / check-copyright
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, jaxxstorm/[email protected], actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test / Test (1.21.x, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2, pulumi/action-install-pulumi-cli@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test / Test (1.21.x, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2, pulumi/action-install-pulumi-cli@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint / lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint / lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint / lint
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2