Skip to content

Merge branch 'new_kem_interface.1' #8

Merge branch 'new_kem_interface.1'

Merge branch 'new_kem_interface.1' #8

Triggered via push February 8, 2024 05:01
Status Failure
Total duration 1m 26s
Artifacts

ci-actions.yml

on: push
Matrix: amd64_job
Analyze with CodeQL
1m 16s
Analyze with CodeQL
Testing Build Modes
0s
Testing Build Modes
amd64/coverage
0s
amd64/coverage
Matrix: exotic_job
Matrix: osCompat
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 5 warnings
Go-1.21.1/amd64: blindsign/blindrsa/internal/common/common.go#L15
use of internal package github.com/cloudflare/circl/blindsign/blindrsa/internal/keys not allowed (typecheck)
Go-1.21.1/amd64: xof/xof.go#L62
cannot use k12d10{…} (value of type k12d10) as XOF value in return statement: k12d10 does not implement XOF (missing method Read) (typecheck)
Go-1.21.1/amd64: xof/xof.go#L84
cannot use k12d10{…} (value of type k12d10) as XOF value in return statement: k12d10 does not implement XOF (missing method Read) (typecheck)
Go-1.21.1/amd64: kem/hybrid/ckem.go#L1
: # github.com/katzenpost/circl/kem/hybrid
Go-1.21.1/amd64: kem/hybrid/hybrid.go#L62
cannot use p256Kem (variable of type *cScheme) as "github.com/katzenpost/circl/kem".Scheme value in struct literal: *cScheme does not implement "github.com/katzenpost/circl/kem".Scheme (wrong type for method Decapsulate)
Go-1.21.1/amd64: kem/hybrid/hybrid.go#L63
cannot use kyber768.Scheme() (value of type "github.com/katzenpost/hpqc/kem".Scheme) as "github.com/katzenpost/circl/kem".Scheme value in struct literal: "github.com/katzenpost/hpqc/kem".Scheme does not implement "github.com/katzenpost/circl/kem".Scheme (wrong type for method Decapsulate)
Go-1.21.1/amd64: kem/hybrid/hybrid.go#L69
cannot use kyber512.Scheme() (value of type "github.com/katzenpost/hpqc/kem".Scheme) as "github.com/katzenpost/circl/kem".Scheme value in struct literal: "github.com/katzenpost/hpqc/kem".Scheme does not implement "github.com/katzenpost/circl/kem".Scheme (wrong type for method Decapsulate)
Go-1.21.1/amd64: kem/hybrid/hybrid.go#L75
cannot use kyber768.Scheme() (value of type "github.com/katzenpost/hpqc/kem".Scheme) as "github.com/katzenpost/circl/kem".Scheme value in struct literal: "github.com/katzenpost/hpqc/kem".Scheme does not implement "github.com/katzenpost/circl/kem".Scheme (wrong type for method Decapsulate)
Go-1.21.1/amd64: kem/hybrid/hybrid.go#L81
cannot use kyber768.Scheme() (value of type "github.com/katzenpost/hpqc/kem".Scheme) as "github.com/katzenpost/circl/kem".Scheme value in struct literal: "github.com/katzenpost/hpqc/kem".Scheme does not implement "github.com/katzenpost/circl/kem".Scheme (wrong type for method Decapsulate)
Go-1.21.1/amd64: kem/hybrid/hybrid.go#L87
cannot use kyber1024.Scheme() (value of type "github.com/katzenpost/hpqc/kem".Scheme) as "github.com/katzenpost/circl/kem".Scheme value in struct literal: "github.com/katzenpost/hpqc/kem".Scheme does not implement "github.com/katzenpost/circl/kem".Scheme (wrong type for method Decapsulate)
Go-1.20.8/amd64
The operation was canceled.
Go-1.21.1/amd64
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Go-1.20.8/amd64
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Go-1.20.8/amd64
Failed to save: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 1
Analyze with CodeQL
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, github/codeql-action/init@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze with CodeQL
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/