Skip to content

feat(sdk): issuer acknowledgment #2347

feat(sdk): issuer acknowledgment

feat(sdk): issuer acknowledgment #2347

Triggered via pull request November 28, 2023 12:38
Status Failure
Total duration 34m 57s
Artifacts

build.yml

on: pull_request
Semantic Pull Request Check
4s
Semantic Pull Request Check
iOSFlutterIntegrationTest
31m 8s
iOSFlutterIntegrationTest
AndroidFlutterIntegrationTest
34m 46s
AndroidFlutterIntegrationTest
GenerateVersion
0s
GenerateVersion
PublishJSSDKSnapshot
0s
PublishJSSDKSnapshot
PublishIosSDKSnapshot
0s
PublishIosSDKSnapshot
PublishAndroidSDKSnapshot
0s
PublishAndroidSDKSnapshot
PublishDemoAppSnapshot
0s
PublishDemoAppSnapshot
Fit to window
Zoom out
Zoom in

Annotations

31 errors and 2 warnings
Semantic Pull Request Check
No release type found in pull request title "Feat issuer acknowledgment". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/ Available types: - feat: A new feature - fix: A bug fix - docs: Documentation only changes - style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) - refactor: A code change that neither fixes a bug nor adds a feature - perf: A code change that improves performance - test: Adding missing tests or correcting existing tests - build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) - ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs) - chore: Other changes that don't modify src or test files - revert: Reverts a previous commit
Checks: pkg/openid4ci/interaction.go#L47
exported type `AskStatus` should have comment or be unexported (golint)
Checks: pkg/openid4ci/interaction.go#L50
exported const AskStatusSuccess should have comment (or a comment on this block) or be unexported (golint)
Checks: pkg/openid4ci/interaction.go#L676
method storeAcknowledgmentId should be storeAcknowledgmentID (golint)
Checks: pkg/openid4ci/issuerinitiatedinteraction.go#L276
exported method `IssuerInitiatedInteraction.AcknowledgeSuccess` should have comment or be unexported (golint)
Checks: pkg/openid4ci/issuerinitiatedinteraction.go#L286
exported method `IssuerInitiatedInteraction.AcknowledgeReject` should have comment or be unexported (golint)
Checks: pkg/openid4ci/interaction.go#L719
if statements should only be cuddled with assignments used in the if statement itself (wsl)
Checks: pkg/openid4ci/interaction.go#L741
if statements should only be cuddled with assignments (wsl)
Checks: pkg/openid4ci/issuerinitiatedinteraction.go#L283
return statements should not be cuddled if block has more than two lines (wsl)
Checks: pkg/openid4ci/issuerinitiatedinteraction.go#L293
return statements should not be cuddled if block has more than two lines (wsl)
Checks
Process completed with exit code 2.
iOSFlutterIntegrationTest
missing go.sum entry for module providing package golang.org/x/crypto/pbkdf2 (imported by github.com/go-jose/go-jose/v3); to add:
iOSFlutterIntegrationTest
missing go.sum entry for module providing package golang.org/x/crypto/blake2b (imported by github.com/trustbloc/bbs-signature-go/bbs12381g2pub); to add:
iOSFlutterIntegrationTest
missing go.sum entry for module providing package golang.org/x/crypto/hkdf (imported by github.com/trustbloc/bbs-signature-go/bbs12381g2pub); to add:
iOSFlutterIntegrationTest
missing go.sum entry for module providing package golang.org/x/crypto/chacha20poly1305 (imported by github.com/trustbloc/kms-go/util/cryptoutil); to add:
iOSFlutterIntegrationTest
missing go.sum entry for module providing package golang.org/x/crypto/curve25519 (imported by github.com/trustbloc/kms-go/util/cryptoutil); to add:
iOSFlutterIntegrationTest
missing go.sum entry for module providing package golang.org/x/crypto/ed25519 (imported by github.com/trustbloc/kms-go/doc/jose/jwk); to add:
iOSFlutterIntegrationTest
missing go.sum entry for module providing package golang.org/x/crypto/poly1305 (imported by github.com/trustbloc/kms-go/crypto/tinkcrypto/primitive/composite); to add:
iOSFlutterIntegrationTest
missing go.sum entry for module providing package golang.org/x/crypto/blake2s (imported by github.com/multiformats/go-multihash); to add:
iOSFlutterIntegrationTest
missing go.sum entry for module providing package golang.org/x/crypto/sha3 (imported by github.com/multiformats/go-multihash); to add:
iOSFlutterIntegrationTest
missing go.sum entry for module providing package golang.org/x/crypto/nacl/box (imported by github.com/trustbloc/kms-go/kms/localkms); to add:
AndroidFlutterIntegrationTest
missing go.sum entry for module providing package golang.org/x/crypto/pbkdf2 (imported by github.com/go-jose/go-jose/v3); to add:
AndroidFlutterIntegrationTest
missing go.sum entry for module providing package golang.org/x/crypto/blake2b (imported by github.com/trustbloc/bbs-signature-go/bbs12381g2pub); to add:
AndroidFlutterIntegrationTest
missing go.sum entry for module providing package golang.org/x/crypto/hkdf (imported by github.com/trustbloc/bbs-signature-go/bbs12381g2pub); to add:
AndroidFlutterIntegrationTest
missing go.sum entry for module providing package golang.org/x/crypto/chacha20poly1305 (imported by github.com/trustbloc/kms-go/util/cryptoutil); to add:
AndroidFlutterIntegrationTest
missing go.sum entry for module providing package golang.org/x/crypto/curve25519 (imported by github.com/trustbloc/kms-go/util/cryptoutil); to add:
AndroidFlutterIntegrationTest
missing go.sum entry for module providing package golang.org/x/crypto/ed25519 (imported by github.com/trustbloc/kms-go/doc/jose/jwk); to add:
AndroidFlutterIntegrationTest
missing go.sum entry for module providing package golang.org/x/crypto/poly1305 (imported by github.com/trustbloc/kms-go/crypto/tinkcrypto/primitive/composite); to add:
AndroidFlutterIntegrationTest
missing go.sum entry for module providing package golang.org/x/crypto/blake2s (imported by github.com/multiformats/go-multihash); to add:
AndroidFlutterIntegrationTest
missing go.sum entry for module providing package golang.org/x/crypto/sha3 (imported by github.com/multiformats/go-multihash); to add:
AndroidFlutterIntegrationTest
missing go.sum entry for module providing package golang.org/x/crypto/nacl/box (imported by github.com/trustbloc/kms-go/kms/localkms); to add:
Semantic Pull Request Check
The following actions uses node12 which is deprecated and will be forced to run on node16: amannn/action-semantic-pull-request@v4. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Semantic Pull Request Check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/