Open
Description
greplogs --dashboard -md -l -e FAIL\\s+golang\\.org/x/crypto/acme/autocert --since=2021-01-01 --omit=.\*-n2d
2022-02-08T08:41:09-20e1d8d-c856fbf/windows-arm64-10
panic: close of closed channel
goroutine 476 [running]:
runtime.Goexit()
C:/workdir/go/src/runtime/panic.go:482 +0x190
testing.(*common).FailNow(0x4000234820)
C:/workdir/go/src/testing/testing.go:864 +0x48
testing.(*common).Fatalf(0x4000234820, {0x7ff6a835e0c5?, 0x0?}, {0x400033be80?, 0xeda0b3426?, 0x0?})
C:/workdir/go/src/testing/testing.go:948 +0x64
golang.org/x/crypto/acme/autocert.TestRenewFromCacheAlreadyRenewed.func2(0x2f3c74aa43a?, {0x7ff6a83f1b28?, 0x40001e1740?})
C:/workdir/gopath/src/golang.org/x/crypto/acme/autocert/renewal_test.go:208 +0x634
golang.org/x/crypto/acme/autocert.(*domainRenewal).renew(0x400011a680)
C:/workdir/gopath/src/golang.org/x/crypto/acme/autocert/renewal.go:71 +0x1e0
created by time.goFunc
C:/workdir/go/src/time/sleep.go:176 +0x3c
FAIL golang.org/x/crypto/acme/autocert 7.099s
2022-02-07T20:21:30-30dcbda-49030c8/windows-arm64-11
--- FAIL: TestRenewFromCache (2.35s)
ca.go:253: GET /
ca.go:253: POST /new-reg
ca.go:253: POST /new-order
ca.go:253: POST /authz/0
ca.go:253: POST /challenge/tls-alpn-01/0
ca.go:569: validated "tls-alpn-01" for "example.org", err: <nil>
ca.go:570: authz 0 is now valid
ca.go:599: order 0 is now ready
ca.go:253: POST /authz/0
ca.go:253: POST /orders/0
ca.go:253: POST /new-cert/0
renewal_test.go:70: testDidRenewLoop: Get "http://127.0.0.1:50039": dial tcp 127.0.0.1:50039: connectex: No connection could be made because the target machine actively refused it.
renewal_test.go:77: testDidRenewLoop: next = 36m2.864378606s; want >= 2112h0m0s
ca.go:253: HEAD /new-nonce
renewal_test.go:87: cache leaf.NotAfter = 2022-02-08 04:25:30 +0000 UTC; want > 2022-05-06 21:24:30.835158 -0700 PDT m=+7603206.680959301
renewal_test.go:102: state leaf.NotAfter = 2022-02-08 04:25:30 +0000 UTC; want > 2022-05-06 21:24:30.835158 -0700 PDT m=+7603206.680959301
FAIL
FAIL golang.org/x/crypto/acme/autocert 9.467s
2022-02-07T18:43:23-30dcbda-fbcc30a/windows-arm64-10
--- FAIL: TestRenewFromCache (2.47s)
ca.go:253: GET /
renewal_test.go:70: testDidRenewLoop: Get "http://127.0.0.1:49913": dial tcp 127.0.0.1:49913: connectex: No connection could be made because the target machine actively refused it.
renewal_test.go:77: testDidRenewLoop: next = 48m56.057939107s; want >= 2112h0m0s
ca.go:253: POST /new-reg
ca.go:253: POST /new-order
ca.go:253: POST /authz/0
renewal_test.go:87: cache leaf.NotAfter = 2022-02-08 02:12:57 +0000 UTC; want > 2022-05-06 19:11:57.5448975 -0700 PDT m=+7603206.549318601
renewal_test.go:102: state leaf.NotAfter = 2022-02-08 02:12:57 +0000 UTC; want > 2022-05-06 19:11:57.5448975 -0700 PDT m=+7603206.549318601
ca.go:253: POST /challenge/tls-alpn-01/0
ca.go:569: validated "tls-alpn-01" for "example.org", err: <nil>
ca.go:570: authz 0 is now valid
ca.go:599: order 0 is now ready
FAIL
FAIL golang.org/x/crypto/acme/autocert 9.367s
(attn @bradfitz @rolandshoemaker @FiloSottile per dev.golang.org/owners
)