Skip to content

chore(deps): bump softprops/action-gh-release from 2.1.0 to 2.2.0 #648

chore(deps): bump softprops/action-gh-release from 2.1.0 to 2.2.0

chore(deps): bump softprops/action-gh-release from 2.1.0 to 2.2.0 #648

Triggered via pull request December 16, 2024 15:54
Status Failure
Total duration 2m 33s
Artifacts

ci.yml

on: pull_request
ci  /  ...  /  set-go-matrix
0s
ci / build / set-go-matrix
ci  /  ...  /  set-go-matrix
0s
ci / test / set-go-matrix
ci  /  actionlint
8s
ci / actionlint
ci  /  ...  /  lint
2m 12s
ci / lint / lint
ci  /  ...  /  govulncheck
30s
ci / govulncheck / govulncheck
Matrix: ci / codeql / CodeQL Analyze
Matrix: ci / build / build
Matrix: ci / test / test
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 11 warnings
ci / lint / lint: acme/client.go#L147
nestingReduce: invert if cond, replace body with `continue`, move old body after the statement (gocritic)
ci / lint / lint: cmd/step-agent/main.go#L159
unlambda: replace `func(c *cli.Context) error {
ci / lint / lint: acme/api/handler.go#L176
typeAssertChain: rewrite if-else to type switch statement (gocritic)
ci / lint / lint: cmd/step-agent/main.go#L105
`marshalling` is a misspelling of `marshaling` (misspell)
ci / lint / lint: acme/validation/client.go#L57
superfluous-else: if block ends with call to panic function, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
ci / lint / lint: acme/validation/client.go#L9
exported: type name will be used as validation.ValidationResponse by other packages, and that stutters; consider calling this Response (revive)
ci / lint / lint: acme/validation/client.go#L15
exported: type name will be used as validation.ValidationRequest by other packages, and that stutters; consider calling this Request (revive)
ci / lint / lint: cas/sectigocas/eab/client.go#L30
superfluous-else: if block ends with call to panic function, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
ci / lint / lint: cas/vaultcas/vaultcas.go#L178
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
ci / lint / lint: acme/client.go#L80
var-declaration: should omit type [5]time.Duration from declaration of var timeouts; it will be inferred from the right-hand side (revive)
ci / test / test (stable): acme/TestChallenge_Validate/challenge_test.go#L1407
challenge_test.go:1407: Error Trace: /home/runner/work/pki-acme-service/pki-acme-service/acme/challenge_test.go:1407 Error: Received unexpected error: unexpected challenge type "" Test: TestChallenge_Validate/fail/already-invalid ---
ci / test / test (stable): acme/wire_integration_test.go#L137
wire_integration_test.go:137: database file name: /tmp/integration-db-2463064984 wire_integration_test.go:190: directory: {https://test.ca.smallstep.com/acme/test@acme-%3Ctest%3Eprovisioner.com/new-nonce https://test.ca.smallstep.com/acme/test@acme-%3Ctest%3Eprovisioner.com/new-account https://test.ca.smallstep.com/acme/test@acme-%3Ctest%3Eprovisioner.com/new-order https://test.ca.smallstep.com/acme/test@acme-%3Ctest%3Eprovisioner.com/revoke-cert https://test.ca.smallstep.com/acme/test@acme-%3Ctest%3Eprovisioner.com/key-change <nil>} wire_integration_test.go:203: nonce: RzBCRnZiN0JLWm1QQUFBUFhJckFTY3ZhejdWUFVUNG8 wire_integration_test.go:237: account ID: fPKVKK7UL9fUwg0OF1URW62g6gjpAReB wire_integration_test.go:278: authzs IDs: [W7YMGZHGEQBQLcLo0abZKC5clXF2tckx UK9pjkkyULd5YXBsNdPM3OC9W7clUol6] time="2024-12-16T15:56:00Z" level=warning msg="marking challenge IB5RB6uLuAVkHFVpCIgr4hR40ZIkPHW9 as invalid: keyAuthorization does not match; expected \"ARQKVufvR262bFetJqUK0rQWzoI4tFRo.NTw6v0FIv8pamEUGfsiLgWveuG-QL2MX2Ef1UX8PSh4\", but got \"token.NTw6v0FIv8pamEUGfsiLgWveuG-QL2MX2Ef1UX8PSh4\"" wire_integration_test.go:428: challenge: IB5RB6uLuAVkHFVpCIgr4hR40ZIkPHW9 invalid time="2024-12-16T15:56:00Z" level=warning msg="marking challenge VJLrwIxTfwE7FyAJqjnG9C3HoeAYLiqM as invalid: failed validating Wire access token: failed validation: go-jose/go-jose/jwt: validation failed, invalid audience claim (aud)" wire_integration_test.go:428: challenge: VJLrwIxTfwE7FyAJqjnG9C3HoeAYLiqM invalid wire_integration_test.go:452: updated challenge: IB5RB6uLuAVkHFVpCIgr4hR40ZIkPHW9 valid wire_integration_test.go:452: updated challenge: VJLrwIxTfwE7FyAJqjnG9C3HoeAYLiqM valid wire_integration_test.go:490: updated order status: ready wire_integration_test.go:580: Error Trace: /home/runner/work/pki-acme-service/pki-acme-service/acme/api/wire_integration_test.go:580 /home/runner/work/pki-acme-service/pki-acme-service/acme/api/wire_integration_test.go:586 Error: Not equal: expected: "valid" actual : "processing" Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -(acme.Status) (len=5) "valid" +(acme.Status) (len=10) "processing" Test: TestWireIntegration ---
ci / test / test (stable)
Process completed with exit code 2.
ci / test / test (oldstable)
The job was canceled because "stable" failed.
ci / test / test (oldstable): acme/TestChallenge_Validate/challenge_test.go#L1407
challenge_test.go:1407: Error Trace: /home/runner/work/pki-acme-service/pki-acme-service/acme/challenge_test.go:1407 Error: Received unexpected error: unexpected challenge type "" Test: TestChallenge_Validate/fail/already-invalid ---
ci / test / test (oldstable): acme/wire_integration_test.go#L137
wire_integration_test.go:137: database file name: /tmp/integration-db-727663871 wire_integration_test.go:190: directory: {https://test.ca.smallstep.com/acme/test@acme-%3Ctest%3Eprovisioner.com/new-nonce https://test.ca.smallstep.com/acme/test@acme-%3Ctest%3Eprovisioner.com/new-account https://test.ca.smallstep.com/acme/test@acme-%3Ctest%3Eprovisioner.com/new-order https://test.ca.smallstep.com/acme/test@acme-%3Ctest%3Eprovisioner.com/revoke-cert https://test.ca.smallstep.com/acme/test@acme-%3Ctest%3Eprovisioner.com/key-change <nil>} wire_integration_test.go:203: nonce: eHo0SjZ6cHJJaXJlY09vamdsNThXSjdORHR4M2lPWEs wire_integration_test.go:237: account ID: vVhEH3LiDbWDXIwJr3XBJDRQ0xulHi1f wire_integration_test.go:278: authzs IDs: [sqvcRyAmIJzHRcQHfpY7wHNqzVX2xXC8 XHOlzzMCWf6CjnavARuF2ngWzLsALoCr] time="2024-12-16T15:56:08Z" level=warning msg="marking challenge HmXKjIAHLouwiQ2ctsoc75CemrjmrELM as invalid: keyAuthorization does not match; expected \"nMtVfMAXZKr1KRbto3GMgiqEjeBc3q5G.GmOnWnaHmY0u7-W6nXnv0-P_JJTg0rjIqjTqToGcSR8\", but got \"token.GmOnWnaHmY0u7-W6nXnv0-P_JJTg0rjIqjTqToGcSR8\"" wire_integration_test.go:428: challenge: HmXKjIAHLouwiQ2ctsoc75CemrjmrELM invalid time="2024-12-16T15:56:08Z" level=warning msg="marking challenge 3v0poZYsH1bnDvWvh9mAtxU8qayloc0v as invalid: failed validating Wire access token: failed validation: go-jose/go-jose/jwt: validation failed, invalid audience claim (aud)" wire_integration_test.go:428: challenge: 3v0poZYsH1bnDvWvh9mAtxU8qayloc0v invalid wire_integration_test.go:452: updated challenge: HmXKjIAHLouwiQ2ctsoc75CemrjmrELM valid wire_integration_test.go:452: updated challenge: 3v0poZYsH1bnDvWvh9mAtxU8qayloc0v valid wire_integration_test.go:490: updated order status: ready wire_integration_test.go:580: Error Trace: /home/runner/work/pki-acme-service/pki-acme-service/acme/api/wire_integration_test.go:580 /home/runner/work/pki-acme-service/pki-acme-service/acme/api/wire_integration_test.go:586 Error: Not equal: expected: "valid" actual : "processing" Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -(acme.Status) (len=5) "valid" +(acme.Status) (len=10) "processing" Test: TestWireIntegration ---
ci / test / test (oldstable)
Process completed with exit code 2.
ci / build / set-go-matrix
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ci / test / set-go-matrix
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ci / actionlint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ci / govulncheck / govulncheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ci / build / build (oldstable)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ci / build / build (oldstable)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
ci / build / build (stable)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ci / codeql / CodeQL Analyze (go)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ci / lint / lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ci / test / test (stable)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ci / test / test (oldstable)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2