On 28 August 2016 at 03:23, Lucas Nussbaum <lu...@debian.org> wrote:
>> ---> Making bundle: dynbinary (in bundles/1.11.2/dynbinary)
>> Building: bundles/1.11.2/dynbinary/docker-1.11.2
>> # github.com/docker/containerd/api/grpc/types
>> .gopath/src/github.com/docker/containerd/api/grpc/types/api.pb.go:1137: 
>> cannot use _API_CreateContainer_Handler (type func(interface {}, 
>> "golang.org/x/net/context".Context, func(interface {}) error) (interface {}, 
>> error)) as type grpc.methodHandler in field value
>> .gopath/src/github.com/docker/containerd/api/grpc/types/api.pb.go:1141: 
>> cannot use _API_UpdateContainer_Handler (type func(interface {}, 
>> "golang.org/x/net/context".Context, func(interface {}) error) (interface {}, 
>> error)) as type grpc.methodHandler in field value
>> .gopath/src/github.com/docker/containerd/api/grpc/types/api.pb.go:1145: 
>> cannot use _API_Signal_Handler (type func(interface {}, 
>> "golang.org/x/net/context".Context, func(interface {}) error) (interface {}, 
>> error)) as type grpc.methodHandler in field value
>> .gopath/src/github.com/docker/containerd/api/grpc/types/api.pb.go:1149: 
>> cannot use _API_UpdateProcess_Handler (type func(interface {}, 
>> "golang.org/x/net/context".Context, func(interface {}) error) (interface {}, 
>> error)) as type grpc.methodHandler in field value
>> .gopath/src/github.com/docker/containerd/api/grpc/types/api.pb.go:1153: 
>> cannot use _API_AddProcess_Handler (type func(interface {}, 
>> "golang.org/x/net/context".Context, func(interface {}) error) (interface {}, 
>> error)) as type grpc.methodHandler in field value
>> .gopath/src/github.com/docker/containerd/api/grpc/types/api.pb.go:1157: 
>> cannot use _API_CreateCheckpoint_Handler (type func(interface {}, 
>> "golang.org/x/net/context".Context, func(interface {}) error) (interface {}, 
>> error)) as type grpc.methodHandler in field value
>> .gopath/src/github.com/docker/containerd/api/grpc/types/api.pb.go:1161: 
>> cannot use _API_DeleteCheckpoint_Handler (type func(interface {}, 
>> "golang.org/x/net/context".Context, func(interface {}) error) (interface {}, 
>> error)) as type grpc.methodHandler in field value
>> .gopath/src/github.com/docker/containerd/api/grpc/types/api.pb.go:1165: 
>> cannot use _API_ListCheckpoint_Handler (type func(interface {}, 
>> "golang.org/x/net/context".Context, func(interface {}) error) (interface {}, 
>> error)) as type grpc.methodHandler in field value
>> .gopath/src/github.com/docker/containerd/api/grpc/types/api.pb.go:1169: 
>> cannot use _API_State_Handler (type func(interface {}, 
>> "golang.org/x/net/context".Context, func(interface {}) error) (interface {}, 
>> error)) as type grpc.methodHandler in field value
>> .gopath/src/github.com/docker/containerd/api/grpc/types/api.pb.go:1173: 
>> cannot use _API_Stats_Handler (type func(interface {}, 
>> "golang.org/x/net/context".Context, func(interface {}) error) (interface {}, 
>> error)) as type grpc.methodHandler in field value
>> .gopath/src/github.com/docker/containerd/api/grpc/types/api.pb.go:1173: too 
>> many errors
>> debian/rules:60: recipe for target 'override_dh_auto_build' failed
>> make[1]: *** [override_dh_auto_build] Error 1

I did some digging/testing on this, and found that _this_ particular
failure is actually due to #835736, which was fixed with
src:containerd 0.2.1~ds1-3.

However, we do currently FTBFS, just with different failures:

---> Making bundle: dynbinary (in bundles/1.11.2/dynbinary)
Building: bundles/1.11.2/dynbinary/docker-1.11.2
# github.com/docker/docker/api/server/router/container
api/server/router/container/exec.go:39: execConfig.Container undefined
(type *types.ExecConfig has no field or method Container)
# github.com/docker/docker/api/client
api/client/attach.go:51: unknown types.ContainerAttachOptions field
'ContainerID' in struct literal
api/client/attach.go:69: not enough arguments in call to
cli.client.ContainerAttach
api/client/build.go:239: not enough arguments in call to cli.client.ImageBuild
api/client/commit.go:68: unknown types.ContainerCommitOptions field
'ContainerID' in struct literal
api/client/commit.go:69: unknown types.ContainerCommitOptions field
'RepositoryName' in struct literal
api/client/pull.go:70: undefined:
"github.com/docker/engine-api/client".RequestPrivilegeFunc
api/client/push.go:64: undefined:
"github.com/docker/engine-api/client".RequestPrivilegeFunc
api/client/trust.go:322: undefined:
"github.com/docker/engine-api/client".RequestPrivilegeFunc
api/client/trust.go:402: undefined:
"github.com/docker/engine-api/client".RequestPrivilegeFunc
api/client/utils.go:49: undefined:
"github.com/docker/engine-api/client".RequestPrivilegeFunc
api/client/commit.go:69: too many errors
# github.com/docker/containerd/api/grpc/types
../containerd/api/grpc/types/api.pb.go:832: undefined:
grpc.SupportPackageIsVersion3
# github.com/docker/docker/api/server/router/network
api/server/router/network/network_routes.go:78: create.Name undefined
(type "github.com/docker/engine-api/types".NetworkCreate has no field
or method Name)
api/server/router/network/network_routes.go:80: create.Name undefined
(type "github.com/docker/engine-api/types".NetworkCreate has no field
or method Name)
api/server/router/network/network_routes.go:83: create.Name undefined
(type "github.com/docker/engine-api/types".NetworkCreate has no field
or method Name)
api/server/router/network/network_routes.go:89: create.Name undefined
(type "github.com/docker/engine-api/types".NetworkCreate has no field
or method Name)
api/server/router/network/network_routes.go:94: create.Name undefined
(type "github.com/docker/engine-api/types".NetworkCreate has no field
or method Name)
debian/rules:68: recipe for target 'override_dh_auto_build-arch' failed


♥,
- Tianon
  4096R / B42F 6819 007F 00F8 8E36  4FD4 036A 9C25 BF35 7DD4

Reply via email to