Skip to content

Instantly share code, notes, and snippets.

@wallacepf
Created November 8, 2021 18:59
Show Gist options
  • Save wallacepf/4697a77bd02dd8d301ed312e6042e3b3 to your computer and use it in GitHub Desktop.
Save wallacepf/4697a77bd02dd8d301ed312e6042e3b3 to your computer and use it in GitHub Desktop.
Waypoint Error
2021-11-05T02:24:05.873Z [WARN] waypoint.runner.agent.runner.app.projeto-introducao.build: argmapper unsatified error received: id=01FKPYJ3796968WRW5829PV2TA job_id=01FKPYHSYMK11XWZ3K8B2KN4B5 job_op=*gen.Job_Up
error=
|
| Argument to function "github.com/hashicorp/waypoint/builtin/pack.(*Builder).BuildODR-fm" could not be satisfied!
|
| This means that one (or more) of the arguments to a function do not
| have values that could be populated. A complete error description is below
| for debugging.
|
| ==> Unsatisfiable arguments
| This is a list of the arguments that a value could not be found.
|
| - type: *anypb.Any (subtype: docker.AccessInfo)
|
| ==> Full list of desired function arguments
| This is a list of the arguments the function expected. Some arguments
| are named and some are unnamed. Unnamed arguments are matched by type.
|
| - type: context.Context
| - type: *anypb.Any (subtype: hashicorp.waypoint.sdk.Args.Logger)
| - type: *anypb.Any (subtype: docker.AccessInfo)
| - type: *anypb.Any (subtype: hashicorp.waypoint.sdk.Args.TerminalUI)
| - type: *anypb.Any (subtype: hashicorp.waypoint.sdk.Args.JobInfo)
| - type: *anypb.Any (subtype: hashicorp.waypoint.sdk.Args.Source)
|
| ==> Full list of direct inputs
| This is a list of the direct inputs that were available. None of these
| matched the unsatisfied arguments. Note that inputs are also possible
| through mappers, listed after this section.
|
| - name: "hasregistry" (type: bool)
| - name: "labels" (type: *component.LabelSet)
| - type: *component.JobInfo
| - type: *datadir.App
| - type: *runner.runnerUI
| - type: *pluginargs.Internal
| - type: *context.cancelCtx
| - type: *hclog.intLogger
| - type: *component.Source
|
| ==> Full list of available converters
| This is the list of functions that can be used to convert direct
| inputs (possibly being called in a chain) into a desired function
| argument. Arguments prefixed with ">" are inputs and arguments prefixed
| with "<" are outputs.
|
| - github.com/hashicorp/waypoint-plugin-sdk/internal-shared/protomappers.Source
| > type: *proto.Args_Source
| < type: *component.Source
| - github.com/hashicorp/waypoint-plugin-sdk/internal-shared/protomappers.SourceProto
| > type: *component.Source
| < type: *proto.Args_Source
| - github.com/hashicorp/waypoint-plugin-sdk/internal-shared/protomappers.JobInfo
| > type: *proto.Args_JobInfo
| < type: *component.JobInfo
| - github.com/hashicorp/waypoint-plugin-sdk/internal-shared/protomappers.JobInfoProto
| > type: *component.JobInfo
| < type: *proto.Args_JobInfo
| - github.com/hashicorp/waypoint-plugin-sdk/internal-shared/protomappers.DeploymentConfig
| > type: *proto.Args_DeploymentConfig
| < type: *component.DeploymentConfig
| - github.com/hashicorp/waypoint-plugin-sdk/internal-shared/protomappers.DeploymentConfigProto
| > type: *component.DeploymentConfig
| < type: *proto.Args_DeploymentConfig
| - github.com/hashicorp/waypoint-plugin-sdk/internal-shared/protomappers.DatadirProject
| > type: *proto.Args_DataDir_Project
| < type: *datadir.Project
| - github.com/hashicorp/waypoint-plugin-sdk/internal-shared/protomappers.DatadirApp
| > type: *proto.Args_DataDir_App
| < type: *datadir.App
| - github.com/hashicorp/waypoint-plugin-sdk/internal-shared/protomappers.DatadirComponent
| > type: *proto.Args_DataDir_Component
| < type: *datadir.Component
| - github.com/hashicorp/waypoint-plugin-sdk/internal-shared/protomappers.DatadirProjectProto
| > type: *datadir.Project
| < type: *proto.Args_DataDir_Project
| - github.com/hashicorp/waypoint-plugin-sdk/internal-shared/protomappers.DatadirAppProto
| > type: *datadir.App
| < type: *proto.Args_DataDir_App
| - github.com/hashicorp/waypoint-plugin-sdk/internal-shared/protomappers.DatadirComponentProto
| > type: *datadir.Component
| < type: *proto.Args_DataDir_Component
| - github.com/hashicorp/waypoint-plugin-sdk/internal-shared/protomappers.DeclaredResourcesComponent
| > type: *proto.DeclaredResources
| < type: *component.DeclaredResources
| - github.com/hashicorp/waypoint-plugin-sdk/internal-shared/protomappers.DeclaredResourcesComponentProto
| > type: *component.DeclaredResources
| < type: *proto.DeclaredResources
| - github.com/hashicorp/waypoint-plugin-sdk/internal-shared/protomappers.Logger
| > type: *proto.Args_Logger
| < type: hclog.Logger
| - github.com/hashicorp/waypoint-plugin-sdk/internal-shared/protomappers.LoggerProto
| > type: hclog.Logger
| < type: *proto.Args_Logger
| - github.com/hashicorp/waypoint-plugin-sdk/internal-shared/protomappers.TerminalUI
| > type: context.Context
| > type: *proto.Args_TerminalUI
| > type: hclog.Logger
| > type: *pluginargs.Internal
| < type: terminal.UI
| - github.com/hashicorp/waypoint-plugin-sdk/internal-shared/protomappers.TerminalUIProto
| > type: terminal.UI
| > type: hclog.Logger
| > type: *pluginargs.Internal
| < type: *proto.Args_TerminalUI
| - github.com/hashicorp/waypoint-plugin-sdk/internal-shared/protomappers.LabelSet
| > type: *proto.Args_LabelSet
| < type: *component.LabelSet
| - github.com/hashicorp/waypoint-plugin-sdk/internal-shared/protomappers.LabelSetProto
| > type: *component.LabelSet
| < type: *proto.Args_LabelSet
| - github.com/hashicorp/waypoint-plugin-sdk/internal-shared/protomappers.ExecSessionInfo
| > type: context.Context
| > type: *proto.Args_ExecSessionInfo
| > type: hclog.Logger
| > type: *pluginargs.Internal
| < type: *component.ExecSessionInfo
| - github.com/hashicorp/waypoint-plugin-sdk/internal-shared/protomappers.ExecSessionInfoProto
| > type: *component.ExecSessionInfo
| > type: hclog.Logger
| > type: *pluginargs.Internal
| < type: *proto.Args_ExecSessionInfo
| - github.com/hashicorp/waypoint-plugin-sdk/internal-shared/protomappers.LogViewer
| > type: context.Context
| > type: *proto.Args_LogViewer
| > type: hclog.Logger
| > type: *pluginargs.Internal
| < type: *component.LogViewer
| - github.com/hashicorp/waypoint-plugin-sdk/internal-shared/protomappers.LogViewerProto
| > type: *component.LogViewer
| > type: hclog.Logger
| > type: *pluginargs.Internal
| < type: *proto.Args_LogViewer
| - github.com/hashicorp/waypoint-plugin-sdk/internal-shared/protomappers.TaskLaunchInfo
| > type: *proto.Args_TaskLaunchInfo
| < type: *component.TaskLaunchInfo
| - github.com/hashicorp/waypoint-plugin-sdk/internal-shared/protomappers.TaskLaunchInfoProto
| > type: *component.TaskLaunchInfo
| < type: *proto.Args_TaskLaunchInfo
| - github.com/hashicorp/waypoint/builtin/pack.PackImageMapper
| > type: context.Context
| > type: *anypb.Any (subtype: pack.DockerImage)
| < type: *anypb.Any (subtype: docker.Image)
| - reflect.makeFuncStub
| > type: *proto.Args_DataDir_Project
| < type: *anypb.Any (subtype: hashicorp.waypoint.sdk.Args.DataDir.Project)
| - reflect.makeFuncStub
| > type: *proto.Args_Logger
| < type: *anypb.Any (subtype: hashicorp.waypoint.sdk.Args.Logger)
| - reflect.makeFuncStub
| > type: *proto.Args_LogViewer
| < type: *anypb.Any (subtype: hashicorp.waypoint.sdk.Args.LogViewer)
| - reflect.makeFuncStub
| > type: *proto.Args_JobInfo
| < type: *anypb.Any (subtype: hashicorp.waypoint.sdk.Args.JobInfo)
| - reflect.makeFuncStub
| > type: *proto.DeclaredResources
| < type: *anypb.Any (subtype: hashicorp.waypoint.sdk.DeclaredResources)
| - reflect.makeFuncStub
| > type: *proto.Args_TaskLaunchInfo
| < type: *anypb.Any (subtype: hashicorp.waypoint.sdk.Args.TaskLaunchInfo)
| - reflect.makeFuncStub
| > type: *proto.Args_TerminalUI
| < type: *anypb.Any (subtype: hashicorp.waypoint.sdk.Args.TerminalUI)
| - reflect.makeFuncStub
| > type: *proto.Args_ExecSessionInfo
| < type: *anypb.Any (subtype: hashicorp.waypoint.sdk.Args.ExecSessionInfo)
| - reflect.makeFuncStub
| > type: *anypb.Any (subtype: docker.Image)
| < type: *anypb.Any (subtype: google.protobuf.Any)
| - reflect.makeFuncStub
| > type: *proto.Args_Source
| < type: *anypb.Any (subtype: hashicorp.waypoint.sdk.Args.Source)
| - reflect.makeFuncStub
| > type: *proto.Args_DeploymentConfig
| < type: *anypb.Any (subtype: hashicorp.waypoint.sdk.Args.DeploymentConfig)
| - reflect.makeFuncStub
| > type: *proto.Args_DataDir_App
| < type: *anypb.Any (subtype: hashicorp.waypoint.sdk.Args.DataDir.App)
| - reflect.makeFuncStub
| > type: *proto.Args_DataDir_Component
| < type: *anypb.Any (subtype: hashicorp.waypoint.sdk.Args.DataDir.Component)
| - reflect.makeFuncStub
| > type: *proto.Args_LabelSet
| < type: *anypb.Any (subtype: hashicorp.waypoint.sdk.Args.LabelSet)
2021-11-05T02:24:05.873Z [WARN] waypoint.runner.agent.runner.app.projeto-introducao.build: error during local operation: id=01FKPYJ3796968WRW5829PV2TA job_id=01FKPYHSYMK11XWZ3K8B2KN4B5 job_op=*gen.Job_Up
err=
| There was an error while executing a Waypoint plugin for this operation!
|
| One or more required arguments for the plugin was not satisfied. This is usually due to a missing or incompatible set of plugins. For example, only certain build plugins are only compatible with certain registries, and so on. Please inspect the missing argument, the set of plugins you are using, and the documentation to determine if your plugin combination is valid.
|
| Plugin function: github.com/hashicorp/waypoint/builtin/pack.(*Builder).BuildODR-fm
|
| ==> Missing arguments:
|
| - docker.AccessInfo
2021-11-05T02:24:05.877Z [DEBUG] waypoint.runner.agent.runner.app.projeto-introducao.build: metadata marked as complete: id=01FKPYJ3796968WRW5829PV2TA job_id=01FKPYHSYMK11XWZ3K8B2KN4B5 job_op=*gen.Job_Up
2021-11-05T02:24:05.877Z [DEBUG] waypoint.runner.agent.runner.app.projeto-introducao.builder.stdio: received EOF, stopping recv loop: job_id=01FKPYHSYMK11XWZ3K8B2KN4B5 job_op=*gen.Job_Up err="rpc error: code = Unavailable desc = error reading from server: EOF"
2021-11-05T02:24:05.879Z [DEBUG] waypoint.runner.agent.runner.app.projeto-introducao.builder: plugin process exited: job_id=01FKPYHSYMK11XWZ3K8B2KN4B5 job_op=*gen.Job_Up path=/kaniko/waypoint pid=32
2021-11-05T02:24:05.879Z [DEBUG] waypoint.runner.agent.runner.app.projeto-introducao.builder: plugin exited: job_id=01FKPYHSYMK11XWZ3K8B2KN4B5 job_op=*gen.Job_Up
2021-11-05T02:24:05.879Z [DEBUG] waypoint.runner.agent.runner: closing project: job_id=01FKPYHSYMK11XWZ3K8B2KN4B5 job_op=*gen.Job_Up
2021-11-05T02:24:05.879Z [DEBUG] waypoint.runner.agent.runner.app.projeto-introducao.mapper.stdio: received EOF, stopping recv loop: job_id=01FKPYHSYMK11XWZ3K8B2KN4B5 job_op=*gen.Job_Up err="rpc error: code = Unavailable desc = error reading from server: EOF"
2021-11-05T02:24:05.880Z [DEBUG] waypoint.runner.agent.runner.app.projeto-introducao.mapper: plugin process exited: job_id=01FKPYHSYMK11XWZ3K8B2KN4B5 job_op=*gen.Job_Up path=/kaniko/waypoint pid=15
2021-11-05T02:24:05.880Z [DEBUG] waypoint.runner.agent.runner.app.projeto-introducao.mapper: plugin exited: job_id=01FKPYHSYMK11XWZ3K8B2KN4B5 job_op=*gen.Job_Up
2021-11-05T02:24:05.880Z [DEBUG] waypoint.runner.agent.runner: cleaning up downloaded data: job_id=01FKPYHSYMK11XWZ3K8B2KN4B5 job_op=*gen.Job_Up
2021-11-05T02:24:05.886Z [DEBUG] waypoint.runner.agent.runner: job finished: job_id=01FKPYHSYMK11XWZ3K8B2KN4B5 job_op=*gen.Job_Up
error=
| There was an error while executing a Waypoint plugin for this operation!
|
| One or more required arguments for the plugin was not satisfied. This is usually due to a missing or incompatible set of plugins. For example, only certain build plugins are only compatible with certain registries, and so on. Please inspect the missing argument, the set of plugins you are using, and the documentation to determine if your plugin combination is valid.
|
| Plugin function: github.com/hashicorp/waypoint/builtin/pack.(*Builder).BuildODR-fm
|
| ==> Missing arguments:
|
| - docker.AccessInfo
2021-11-05T02:24:05.886Z [WARN] waypoint.runner.agent.runner: error during job execution: job_id=01FKPYHSYMK11XWZ3K8B2KN4B5 job_op=*gen.Job_Up
err=
| There was an error while executing a Waypoint plugin for this operation!
|
| One or more required arguments for the plugin was not satisfied. This is usually due to a missing or incompatible set of plugins. For example, only certain build plugins are only compatible with certain registries, and so on. Please inspect the missing argument, the set of plugins you are using, and the documentation to determine if your plugin combination is valid.
|
| Plugin function: github.com/hashicorp/waypoint/builtin/pack.(*Builder).BuildODR-fm
|
| ==> Missing arguments:
|
| - docker.AccessInfo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment