Skip to content

Instantly share code, notes, and snippets.

@gmguriarte
Created January 14, 2019 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gmguriarte/690518cb7865482e6746521c94e5b12e to your computer and use it in GitHub Desktop.
Save gmguriarte/690518cb7865482e6746521c94e5b12e to your computer and use it in GitHub Desktop.
./buildreflow -v
# github.com/grailbio/reflow/local
../src/github.com/grailbio/reflow/local/docker.go:140:13: undefined: "github.com/docker/docker/client".IsErrContainerNotFound
../src/github.com/grailbio/reflow/local/docker.go:315:12: cannot assign <-chan error to err (type error) in multiple assignment:
<-chan error does not implement error (missing Error method)
../src/github.com/grailbio/reflow/local/docker.go:315:37: not enough arguments in call to e.client.ContainerWait
have (context.Context, string)
want (context.Context, string, container.WaitCondition)
../src/github.com/grailbio/reflow/local/docker.go:355:10: invalid operation: code == 0 (mismatched types <-chan container.ContainerWaitOKBody and int)
../src/github.com/grailbio/reflow/local/docker.go:356:8: cannot use int64(e.Manifest.Docker.ContainerJSONBase.State.ExitCode) (type int64) as type <-chan container.ContainerWaitOKBody in assignment
../src/github.com/grailbio/reflow/local/docker.go:393:12: invalid operation: code == 137 (mismatched types <-chan container.ContainerWaitOKBody and int)
../src/github.com/grailbio/reflow/local/docker.go:395:12: invalid operation: code == 0 (mismatched types <-chan container.ContainerWaitOKBody and int)
../src/github.com/grailbio/reflow/local/docker.go:608:58: cannot use c (type types.ExecConfig) as type types.ExecStartCheck in argument to e.client.ContainerExecAttach
../src/github.com/grailbio/reflow/local/executor.go:413:35: not enough arguments in call to e.Client.ContainerWait
have (context.Context, string)
want (context.Context, string, container.WaitCondition)
../src/github.com/grailbio/reflow/local/executor.go:414:26: cannot use err (type <-chan error) as type error in argument to "github.com/docker/docker/client".IsErrNotFound:
<-chan error does not implement error (missing Error method)
../src/github.com/grailbio/reflow/local/executor.go:414:26: too many errors
2019/01/14 21:59:54 build reflow linux: exit status 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment