Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

entrypoint: Failed sending inlinekeepalive #4899

Open
ionling opened this issue Sep 6, 2023 · 0 comments
Open

entrypoint: Failed sending inlinekeepalive #4899

ionling opened this issue Sep 6, 2023 · 0 comments
Labels

Comments

@ionling
Copy link

ionling commented Sep 6, 2023

Describe the bug

The server continuously logs and never stops:

2023-09-06T10:40:33.772+0800 [DEBUG] entrypoint: Failed sending inlinekeepalive: method=/hashicorp.waypoint.Waypoint/EntrypointExecStream err="rpc error: code = Internal desc = SendMsg called after CloseSend"

Steps to Reproduce

Execute a non-existent command, such as waypoint exec shx.

waypoint.hcl:

project = "example"

app "httpbin" {
  labels = {
    "service" = "httpbin",
    "env"     = "local"
  }

  build {
    use "docker-pull" {
      image = "mccutchen/go-httpbin"
      tag   = "v2.11.0"
    }
  }

  deploy {
    use "docker" {}
  }
}

Expected behavior

No log

Waypoint Platform Versions

  • Waypoint CLI Version: v0.11.4 (7128fba)
  • Waypoint Server Platform and Version: docker v0.11.4
@ionling ionling added the new label Sep 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant