Skip to content

[DO NOT MERGE] Use envconfig AdditionalProfileFields #1438

[DO NOT MERGE] Use envconfig AdditionalProfileFields

[DO NOT MERGE] Use envconfig AdditionalProfileFields #1438

Triggered via pull request January 9, 2026 19:59
Status Failure
Total duration 3m 59s
Artifacts 5

ci.yaml

on: pull_request
Matrix: build-test
Fit to window
Zoom out
Zoom in

Annotations

50 errors
build-test (ubuntu-latest)
Process completed with exit code 1.
build-test (ubuntu-latest)
cannot use &retryableClient{…} (value of type *retryableClient) as workflowservice.WorkflowServiceClient value in return statement: *retryableClient does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (ubuntu-latest)
cannot use (*retryableClient)(nil) (value of type *retryableClient) as workflowservice.WorkflowServiceClient value in variable declaration: *retryableClient does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (ubuntu-latest)
cannot use &metricClient{…} (value of type *metricClient) as workflowservice.WorkflowServiceClient value in return statement: *metricClient does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (ubuntu-latest)
cannot use (*metricClient)(nil) (value of type *metricClient) as workflowservice.WorkflowServiceClient value in variable declaration: *metricClient does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (ubuntu-latest)
cannot use &clientImpl{…} (value of type *clientImpl) as workflowservice.WorkflowServiceClient value in return statement: *clientImpl does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (ubuntu-latest)
cannot use (*clientImpl)(nil) (value of type *clientImpl) as workflowservice.WorkflowServiceClient value in variable declaration: *clientImpl does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (ubuntu-latest): cliext/config.oauth.go#L254
unknown field AdditionalProfileFields in struct literal of type "go.temporal.io/sdk/contrib/envconfig".ClientConfigToTOMLOptions
build-test (ubuntu-latest): cliext/config.oauth.go#L228
unknown field AdditionalProfileFields in struct literal of type "go.temporal.io/sdk/contrib/envconfig".ClientConfigFromTOMLOptions
build-test (ubuntu-latest): cliext/config.oauth.go#L104
unknown field AdditionalProfileFields in struct literal of type "go.temporal.io/sdk/contrib/envconfig".ClientConfigFromTOMLOptions
build-test (ubuntu-arm)
Process completed with exit code 1.
build-test (ubuntu-arm)
cannot use &retryableClient{…} (value of type *retryableClient) as workflowservice.WorkflowServiceClient value in return statement: *retryableClient does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (ubuntu-arm)
cannot use (*retryableClient)(nil) (value of type *retryableClient) as workflowservice.WorkflowServiceClient value in variable declaration: *retryableClient does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (ubuntu-arm)
cannot use &metricClient{…} (value of type *metricClient) as workflowservice.WorkflowServiceClient value in return statement: *metricClient does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (ubuntu-arm)
cannot use (*metricClient)(nil) (value of type *metricClient) as workflowservice.WorkflowServiceClient value in variable declaration: *metricClient does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (ubuntu-arm)
cannot use &clientImpl{…} (value of type *clientImpl) as workflowservice.WorkflowServiceClient value in return statement: *clientImpl does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (ubuntu-arm)
cannot use (*clientImpl)(nil) (value of type *clientImpl) as workflowservice.WorkflowServiceClient value in variable declaration: *clientImpl does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (ubuntu-arm): cliext/config.oauth.go#L254
unknown field AdditionalProfileFields in struct literal of type "go.temporal.io/sdk/contrib/envconfig".ClientConfigToTOMLOptions
build-test (ubuntu-arm): cliext/config.oauth.go#L228
unknown field AdditionalProfileFields in struct literal of type "go.temporal.io/sdk/contrib/envconfig".ClientConfigFromTOMLOptions
build-test (ubuntu-arm): cliext/config.oauth.go#L104
unknown field AdditionalProfileFields in struct literal of type "go.temporal.io/sdk/contrib/envconfig".ClientConfigFromTOMLOptions
build-test (macos-15-intel)
Process completed with exit code 1.
build-test (macos-15-intel)
cannot use &retryableClient{…} (value of type *retryableClient) as workflowservice.WorkflowServiceClient value in return statement: *retryableClient does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (macos-15-intel)
cannot use (*retryableClient)(nil) (value of type *retryableClient) as workflowservice.WorkflowServiceClient value in variable declaration: *retryableClient does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (macos-15-intel)
cannot use &metricClient{…} (value of type *metricClient) as workflowservice.WorkflowServiceClient value in return statement: *metricClient does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (macos-15-intel)
cannot use (*metricClient)(nil) (value of type *metricClient) as workflowservice.WorkflowServiceClient value in variable declaration: *metricClient does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (macos-15-intel)
cannot use &clientImpl{…} (value of type *clientImpl) as workflowservice.WorkflowServiceClient value in return statement: *clientImpl does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (macos-15-intel)
cannot use (*clientImpl)(nil) (value of type *clientImpl) as workflowservice.WorkflowServiceClient value in variable declaration: *clientImpl does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (macos-15-intel): cliext/config.oauth.go#L254
unknown field AdditionalProfileFields in struct literal of type "go.temporal.io/sdk/contrib/envconfig".ClientConfigToTOMLOptions
build-test (macos-15-intel): cliext/config.oauth.go#L228
unknown field AdditionalProfileFields in struct literal of type "go.temporal.io/sdk/contrib/envconfig".ClientConfigFromTOMLOptions
build-test (macos-15-intel): cliext/config.oauth.go#L104
unknown field AdditionalProfileFields in struct literal of type "go.temporal.io/sdk/contrib/envconfig".ClientConfigFromTOMLOptions
build-test (macos-latest)
Process completed with exit code 1.
build-test (macos-latest)
cannot use &retryableClient{…} (value of type *retryableClient) as workflowservice.WorkflowServiceClient value in return statement: *retryableClient does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (macos-latest)
cannot use (*retryableClient)(nil) (value of type *retryableClient) as workflowservice.WorkflowServiceClient value in variable declaration: *retryableClient does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (macos-latest)
cannot use &metricClient{…} (value of type *metricClient) as workflowservice.WorkflowServiceClient value in return statement: *metricClient does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (macos-latest)
cannot use (*metricClient)(nil) (value of type *metricClient) as workflowservice.WorkflowServiceClient value in variable declaration: *metricClient does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (macos-latest)
cannot use &clientImpl{…} (value of type *clientImpl) as workflowservice.WorkflowServiceClient value in return statement: *clientImpl does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (macos-latest)
cannot use (*clientImpl)(nil) (value of type *clientImpl) as workflowservice.WorkflowServiceClient value in variable declaration: *clientImpl does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (macos-latest): cliext/config.oauth.go#L254
unknown field AdditionalProfileFields in struct literal of type "go.temporal.io/sdk/contrib/envconfig".ClientConfigToTOMLOptions
build-test (macos-latest): cliext/config.oauth.go#L228
unknown field AdditionalProfileFields in struct literal of type "go.temporal.io/sdk/contrib/envconfig".ClientConfigFromTOMLOptions
build-test (macos-latest): cliext/config.oauth.go#L104
unknown field AdditionalProfileFields in struct literal of type "go.temporal.io/sdk/contrib/envconfig".ClientConfigFromTOMLOptions
build-test (windows-latest)
Process completed with exit code 1.
build-test (windows-latest)
cannot use &retryableClient{…} (value of type *retryableClient) as workflowservice.WorkflowServiceClient value in return statement: *retryableClient does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (windows-latest)
cannot use (*retryableClient)(nil) (value of type *retryableClient) as workflowservice.WorkflowServiceClient value in variable declaration: *retryableClient does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (windows-latest)
cannot use &metricClient{…} (value of type *metricClient) as workflowservice.WorkflowServiceClient value in return statement: *metricClient does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (windows-latest)
cannot use (*metricClient)(nil) (value of type *metricClient) as workflowservice.WorkflowServiceClient value in variable declaration: *metricClient does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (windows-latest)
cannot use &clientImpl{…} (value of type *clientImpl) as workflowservice.WorkflowServiceClient value in return statement: *clientImpl does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (windows-latest)
cannot use (*clientImpl)(nil) (value of type *clientImpl) as workflowservice.WorkflowServiceClient value in variable declaration: *clientImpl does not implement workflowservice.WorkflowServiceClient (missing method PauseWorkflowExecution)
build-test (windows-latest): cliext/config.oauth.go#L254
unknown field AdditionalProfileFields in struct literal of type "go.temporal.io/sdk/contrib/envconfig".ClientConfigToTOMLOptions
build-test (windows-latest): cliext/config.oauth.go#L228
unknown field AdditionalProfileFields in struct literal of type "go.temporal.io/sdk/contrib/envconfig".ClientConfigFromTOMLOptions
build-test (windows-latest): cliext/config.oauth.go#L104
unknown field AdditionalProfileFields in struct literal of type "go.temporal.io/sdk/contrib/envconfig".ClientConfigFromTOMLOptions

Artifacts

Produced during runtime
Name Size Digest
junit-xml--20863920799--1--macos-15-intel Expired
1.41 KB
sha256:50b542315f00f056a4b75513365b49b3c29d718e691c8ca5ab1c2d2b474454e4
junit-xml--20863920799--1--macos-latest Expired
1.42 KB
sha256:394fdc6db71f0d7fb87d62208f8da5ee1aaeb46fd112563bb955b42921f8adbd
junit-xml--20863920799--1--ubuntu-arm Expired
1.4 KB
sha256:13e48ab7f897541a3b50e32a0905cbae77d5cc3c6006e4b22cdc65becc1a3fec
junit-xml--20863920799--1--ubuntu-latest Expired
1.41 KB
sha256:05a4cd0d72da203495182c0c21e2e5246e1a7440fce3dfd48f8380a90f1d8e8a
junit-xml--20863920799--1--windows-latest Expired
1.5 KB
sha256:a7d168992c6286191a847db6e186c15bc2d0227f27a4a921f2ad6a496d5c323a