Skip to content

x/crypto/acme/autocert: TestGetCertificate failure with “multiple accounts are not implemented” #52494

Closed
@bcmills

Description

@bcmills
--- FAIL: TestGetCertificate (1.12s)
    --- FAIL: TestGetCertificate/provideExternalAuth (0.02s)
        ca.go:269: GET /
        ca.go:269: GET /
        ca.go:269: POST /new-account
        ca.go:269: POST /new-order
        ca.go:269: POST /authz/0
        ca.go:269: POST /challenge/tls-alpn-01/0
        ca.go:606: validated "tls-alpn-01" for "example.org", err: <nil>
        ca.go:607: authz 0 is now valid
        ca.go:631: order 0 is now ready
        ca.go:269: POST /authz/0
        ca.go:269: POST /orders/0
        ca.go:269: POST /new-account
        ca.go:204: multiple accounts are not implemented
        ca.go:269: POST /new-cert/0
        ca.go:269: POST /issued-cert/0
FAIL
exitcode=1
FAIL	golang.org/x/crypto/acme/autocert	45.963s

greplogs --dashboard -md -l -e 'FAIL: TestGetCertificate ' --since=2022-01-01

2022-04-21T22:10:49-7b82a4e-bb004a1/android-amd64-emu

Leaving in the backlog since this is the first failure I've seen with this mode and it's not on a first-class port.

However, it's not entirely clear to me what even failed here — @golang/security, it might be worth improving the test to produce more useful test failures in case this recurs.

Metadata

Metadata

Labels

FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Security

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions