Skip to content

Remove context from struct #10712

Remove context from struct

Remove context from struct #10712

Triggered via pull request November 7, 2024 08:13
Status Failure
Total duration 11m 10s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

51 errors and 2 warnings
authgear-e2e: pkg/lib/interaction/nodes/authn_begin.go#L40
not enough arguments in call to ctx.Authenticators.List
authgear-e2e: pkg/lib/interaction/nodes/authn_end.go#L54
not enough arguments in call to ctx.Authenticators.MarkOOBIdentityVerified
authgear-e2e: pkg/lib/interaction/nodes/authn_login_link.go#L39
not enough arguments in call to ctx.OTPCodeService.VerifyOTP
authgear-e2e: pkg/lib/interaction/nodes/authn_oob.go#L40
not enough arguments in call to ctx.Authenticators.VerifyWithSpec
authgear-e2e: pkg/lib/interaction/nodes/authn_passkey.go#L62
not enough arguments in call to ctx.Authenticators.VerifyOneWithSpec
authgear-e2e: pkg/lib/interaction/nodes/authn_passkey.go#L98
not enough arguments in call to ctx.Passkey.ConsumeAssertionResponse
authgear-e2e: pkg/lib/interaction/nodes/authn_password.go#L65
not enough arguments in call to ctx.Authenticators.VerifyOneWithSpec
authgear-e2e: pkg/lib/interaction/nodes/authn_totp.go#L52
not enough arguments in call to ctx.Authenticators.VerifyOneWithSpec
authgear-e2e: pkg/lib/interaction/nodes/authn_whatsapp.go#L39
not enough arguments in call to ctx.Authenticators.VerifyWithSpec
authgear-e2e: pkg/lib/interaction/nodes/change_password.go#L93
cannot use userID (variable of type string) as "context".Context value in argument to ctx.Authenticators.List: string does not implement "context".Context (missing method Deadline)
portal-image
Process completed with exit code 2.
authgear-test: pkg/lib/interaction/nodes/authn_begin.go#L40
not enough arguments in call to ctx.Authenticators.List
authgear-test: pkg/lib/interaction/nodes/authn_end.go#L54
not enough arguments in call to ctx.Authenticators.MarkOOBIdentityVerified
authgear-test: pkg/lib/interaction/nodes/authn_login_link.go#L39
not enough arguments in call to ctx.OTPCodeService.VerifyOTP
authgear-test: pkg/lib/interaction/nodes/authn_oob.go#L40
not enough arguments in call to ctx.Authenticators.VerifyWithSpec
authgear-test: pkg/lib/interaction/nodes/authn_passkey.go#L62
not enough arguments in call to ctx.Authenticators.VerifyOneWithSpec
authgear-test: pkg/lib/interaction/nodes/authn_passkey.go#L98
not enough arguments in call to ctx.Passkey.ConsumeAssertionResponse
authgear-test: pkg/lib/interaction/nodes/authn_password.go#L65
not enough arguments in call to ctx.Authenticators.VerifyOneWithSpec
authgear-test: pkg/lib/interaction/nodes/authn_totp.go#L52
not enough arguments in call to ctx.Authenticators.VerifyOneWithSpec
authgear-test: pkg/lib/interaction/nodes/authn_whatsapp.go#L39
not enough arguments in call to ctx.Authenticators.VerifyWithSpec
authgear-test: pkg/lib/interaction/nodes/change_password.go#L93
cannot use userID (variable of type string) as "context".Context value in argument to ctx.Authenticators.List: string does not implement "context".Context (missing method Deadline)
authgear-test: pkg/lib/interaction/nodes/authn_begin.go#L40
not enough arguments in call to ctx.Authenticators.List
authgear-test: pkg/lib/interaction/nodes/authn_end.go#L54
not enough arguments in call to ctx.Authenticators.MarkOOBIdentityVerified
authgear-test: pkg/lib/interaction/nodes/authn_login_link.go#L43
not enough arguments in call to ctx.OTPCodeService.VerifyOTP
authgear-test: pkg/lib/interaction/nodes/authn_oob.go#L47
not enough arguments in call to ctx.Authenticators.VerifyWithSpec
authgear-test: pkg/lib/interaction/nodes/authn_passkey.go#L69
not enough arguments in call to ctx.Authenticators.VerifyOneWithSpec
authgear-test: pkg/lib/interaction/nodes/authn_passkey.go#L98
not enough arguments in call to ctx.Passkey.ConsumeAssertionResponse
authgear-test: pkg/lib/interaction/nodes/authn_password.go#L72
not enough arguments in call to ctx.Authenticators.VerifyOneWithSpec
authgear-test: pkg/lib/interaction/nodes/authn_totp.go#L59
not enough arguments in call to ctx.Authenticators.VerifyOneWithSpec
authgear-test: pkg/lib/interaction/nodes/authn_whatsapp.go#L47
not enough arguments in call to ctx.Authenticators.VerifyWithSpec
authgear-test: pkg/lib/interaction/nodes/change_password.go#L93
cannot use userID (variable of type string) as "context".Context value in argument to ctx.Authenticators.List: string does not implement "context".Context (missing method Deadline)
authgear-test
*github.com/authgear/authgear-server/pkg/lib/authn/authenticator/service.Service does not implement github.com/authgear/authgear-server/pkg/admin/facade.AuthenticatorService
authgear-test
*github.com/authgear/authgear-server/pkg/lib/facade.AdminVerificationFacade does not implement github.com/authgear/authgear-server/pkg/admin/facade.VerificationService
authgear-test
*github.com/authgear/authgear-server/pkg/lib/sessionlisting.SessionListingService does not implement github.com/authgear/authgear-server/pkg/admin/graphql.SessionListingService
authgear-test
*github.com/authgear/authgear-server/pkg/lib/authn/authenticator/service.Service does not implement github.com/authgear/authgear-server/pkg/admin/facade.AuthenticatorService
authgear-test
*github.com/authgear/authgear-server/pkg/lib/facade.AdminVerificationFacade does not implement github.com/authgear/authgear-server/pkg/admin/facade.VerificationService
authgear-test
*github.com/authgear/authgear-server/pkg/lib/sessionlisting.SessionListingService does not implement github.com/authgear/authgear-server/pkg/admin/graphql.SessionListingService
authgear-test
*github.com/authgear/authgear-server/pkg/lib/authn/authenticator/service.Service does not implement github.com/authgear/authgear-server/pkg/admin/facade.AuthenticatorService
authgear-test
*github.com/authgear/authgear-server/pkg/lib/facade.AdminVerificationFacade does not implement github.com/authgear/authgear-server/pkg/admin/facade.VerificationService
authgear-test
*github.com/authgear/authgear-server/pkg/lib/sessionlisting.SessionListingService does not implement github.com/authgear/authgear-server/pkg/admin/graphql.SessionListingService
authgear-test
*github.com/authgear/authgear-server/pkg/lib/authn/authenticator/service.Service does not implement github.com/authgear/authgear-server/pkg/admin/facade.AuthenticatorService
authgear-test: pkg/lib/interaction/nodes/authn_begin.go#L40
not enough arguments in call to ctx.Authenticators.List
authgear-test: pkg/lib/interaction/nodes/authn_end.go#L54
not enough arguments in call to ctx.Authenticators.MarkOOBIdentityVerified
authgear-test: pkg/lib/interaction/nodes/authn_login_link.go#L39
not enough arguments in call to ctx.OTPCodeService.VerifyOTP
authgear-test: pkg/lib/interaction/nodes/authn_oob.go#L40
not enough arguments in call to ctx.Authenticators.VerifyWithSpec
authgear-test: pkg/lib/interaction/nodes/authn_passkey.go#L62
not enough arguments in call to ctx.Authenticators.VerifyOneWithSpec
authgear-test: pkg/lib/interaction/nodes/authn_passkey.go#L98
not enough arguments in call to ctx.Passkey.ConsumeAssertionResponse
authgear-test: pkg/lib/interaction/nodes/authn_password.go#L65
not enough arguments in call to ctx.Authenticators.VerifyOneWithSpec
authgear-test: pkg/lib/interaction/nodes/authn_totp.go#L52
not enough arguments in call to ctx.Authenticators.VerifyOneWithSpec
authgear-test: pkg/lib/interaction/nodes/authn_whatsapp.go#L39
not enough arguments in call to ctx.Authenticators.VerifyWithSpec
authgear-test: pkg/lib/interaction/nodes/change_password.go#L93
cannot use userID (variable of type string) as "context".Context value in argument to ctx.Authenticators.List: string does not implement "context".Context (missing method Deadline)
authgear-e2e
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, 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/
authgear-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/