Skip to content

Add a new manifest command to support multi-architecture builds #4855

Add a new manifest command to support multi-architecture builds

Add a new manifest command to support multi-architecture builds #4855

Triggered via pull request July 12, 2023 02:47
Status Failure
Total duration 5m 27s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: pull_request
Matrix: test
Matrix: build-additional-archs
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

34 errors
test (windows-lcow)
too many errors"
test (windows-lcow): internal/commands/manifest_create.go#L89
ifElseChain: rewrite if-else to switch statement (gocritic)
test (windows-lcow): internal/commands/manifest_add.go#L61
`architecutre` is a misspelling of `architecture` (misspell)
test (windows-lcow): internal/commands/manifest_add.go#L63
`architecutre` is a misspelling of `architecture` (misspell)
test (windows-lcow): internal/commands/manifest_annotate.go#L60
`architecutre` is a misspelling of `architecture` (misspell)
test (windows-lcow): pkg/client/inspect_manifest.go#L29
ST1005: error strings should not be capitalized (stylecheck)
test (windows-lcow)
Process completed with exit code 1.
test (linux): internal/commands/build_test.go#L55
cannot use mockClient (variable of type *testmocks.MockPackClient) as commands.PackClient value in argument to commands.Build: *testmocks.MockPackClient does not implement commands.PackClient (missing method AddManifest)
test (linux): internal/commands/build_test.go#L100
cannot use mockClient (variable of type *testmocks.MockPackClient) as commands.PackClient value in argument to commands.Build: *testmocks.MockPackClient does not implement commands.PackClient (missing method AddManifest)
test (linux): internal/commands/build_test.go#L170
cannot use mockClient (variable of type *testmocks.MockPackClient) as commands.PackClient value in argument to commands.Build: *testmocks.MockPackClient does not implement commands.PackClient (missing method AddManifest)
test (linux): internal/commands/build_test.go#L196
cannot use mockClient (variable of type *testmocks.MockPackClient) as commands.PackClient value in argument to commands.Build: *testmocks.MockPackClient does not implement commands.PackClient (missing method AddManifest)
test (linux): internal/commands/build_test.go#L458
cannot use mockClient (variable of type *testmocks.MockPackClient) as commands.PackClient value in argument to commands.Build: *testmocks.MockPackClient does not implement commands.PackClient (missing method AddManifest)
test (linux): internal/commands/build_test.go#L896
cannot use mockClient (variable of type *testmocks.MockPackClient) as commands.PackClient value in argument to commands.Build: *testmocks.MockPackClient does not implement commands.PackClient (missing method AddManifest)
test (linux): internal/commands/builder_create_test.go#L78
cannot use mockClient (variable of type *testmocks.MockPackClient) as commands.PackClient value in argument to commands.BuilderCreate: *testmocks.MockPackClient does not implement commands.PackClient (missing method AddManifest)
test (linux): internal/commands/builder_create_test.go#L116
cannot use mockClient (variable of type *testmocks.MockPackClient) as commands.PackClient value in argument to commands.BuilderCreate: *testmocks.MockPackClient does not implement commands.PackClient (missing method AddManifest)
test (linux): internal/commands/builder_test.go#L34
cannot use mockClient (variable of type *testmocks.MockPackClient) as commands.PackClient value in argument to commands.NewBuilderCommand: *testmocks.MockPackClient does not implement commands.PackClient (missing method AddManifest)
test (linux): internal/commands/buildpack_inspect_test.go#L353
cannot use mockClient (variable of type *testmocks.MockPackClient) as commands.PackClient value in argument to commands.BuildpackInspect: *testmocks.MockPackClient does not implement commands.PackClient (missing method AddManifest)
test (macos): internal/commands/build_test.go#L55
cannot use mockClient (variable of type *testmocks.MockPackClient) as commands.PackClient value in argument to commands.Build: *testmocks.MockPackClient does not implement commands.PackClient (missing method AddManifest)
test (macos): internal/commands/build_test.go#L100
cannot use mockClient (variable of type *testmocks.MockPackClient) as commands.PackClient value in argument to commands.Build: *testmocks.MockPackClient does not implement commands.PackClient (missing method AddManifest)
test (macos): internal/commands/build_test.go#L170
cannot use mockClient (variable of type *testmocks.MockPackClient) as commands.PackClient value in argument to commands.Build: *testmocks.MockPackClient does not implement commands.PackClient (missing method AddManifest)
test (macos): internal/commands/build_test.go#L196
cannot use mockClient (variable of type *testmocks.MockPackClient) as commands.PackClient value in argument to commands.Build: *testmocks.MockPackClient does not implement commands.PackClient (missing method AddManifest)
test (macos): internal/commands/build_test.go#L458
cannot use mockClient (variable of type *testmocks.MockPackClient) as commands.PackClient value in argument to commands.Build: *testmocks.MockPackClient does not implement commands.PackClient (missing method AddManifest)
test (macos): internal/commands/build_test.go#L896
cannot use mockClient (variable of type *testmocks.MockPackClient) as commands.PackClient value in argument to commands.Build: *testmocks.MockPackClient does not implement commands.PackClient (missing method AddManifest)
test (macos): internal/commands/builder_create_test.go#L78
cannot use mockClient (variable of type *testmocks.MockPackClient) as commands.PackClient value in argument to commands.BuilderCreate: *testmocks.MockPackClient does not implement commands.PackClient (missing method AddManifest)
test (macos): internal/commands/builder_create_test.go#L116
cannot use mockClient (variable of type *testmocks.MockPackClient) as commands.PackClient value in argument to commands.BuilderCreate: *testmocks.MockPackClient does not implement commands.PackClient (missing method AddManifest)
test (macos): internal/commands/builder_test.go#L34
cannot use mockClient (variable of type *testmocks.MockPackClient) as commands.PackClient value in argument to commands.NewBuilderCommand: *testmocks.MockPackClient does not implement commands.PackClient (missing method AddManifest)
test (macos): internal/commands/buildpack_inspect_test.go#L353
cannot use mockClient (variable of type *testmocks.MockPackClient) as commands.PackClient value in argument to commands.BuildpackInspect: *testmocks.MockPackClient does not implement commands.PackClient (missing method AddManifest)
test (windows-wcow)
too many errors"
test (windows-wcow): internal/commands/manifest_create.go#L89
ifElseChain: rewrite if-else to switch statement (gocritic)
test (windows-wcow): internal/commands/manifest_add.go#L61
`architecutre` is a misspelling of `architecture` (misspell)
test (windows-wcow): internal/commands/manifest_add.go#L63
`architecutre` is a misspelling of `architecture` (misspell)
test (windows-wcow): internal/commands/manifest_annotate.go#L60
`architecutre` is a misspelling of `architecture` (misspell)
test (windows-wcow): pkg/client/inspect_manifest.go#L29
ST1005: error strings should not be capitalized (stylecheck)
test (windows-wcow)
Process completed with exit code 1.