Bug#906999: docker.io: FTBFS in buster/sid (too many arguments in call to activation.TLSListeners)

2018-08-28 Thread Dmitry Smirnov
On Thursday, 23 August 2018 10:06:38 PM AEST Santiago Vila wrote:
> IMHO, it would be better to upload 18.06 for unstable, as it fixes at
> least one RC bug (this one).

That's exactly what we are trying to achieve and the problem you've found is 
because we needed to have all dependencies in "unstable" to prepare for that 
upload.

However it is equally important to be sure that new release of Docker works 
as expected. It won't help anyone if we fix build error but introduce run-
time error.

It might be safe to upload Docker to "unstable" now but I didn't have time  
to test it properly and now when minor update 18.06.01 is out we probably 
need to divert our efforts to prepare it for "unstable"...

-- 
Cheers,
 Dmitry Smirnov.

---

Without doubt you are not sane.
-- Tage Danielsson


signature.asc
Description: This is a digitally signed message part.


Bug#906999: docker.io: FTBFS in buster/sid (too many arguments in call to activation.TLSListeners)

2018-08-23 Thread Arnaud Rebillout
Hi Santiago,

I can't do that as I'm just a contributor, but I'm sure Dmitry, who
maintains the package, will take care of that soon.

Thanks for the feedback,

  Arnaud


On 08/23/2018 07:06 PM, Santiago Vila wrote:
> On Thu, Aug 23, 2018 at 08:21:04AM +0700, Arnaud Rebillout wrote:
>> On 08/23/2018 06:14 AM, Santiago Vila wrote:
>>> [... snipped ...]
>>>
>>> # github.com/docker/docker/daemon/listeners
>>> src/github.com/docker/docker/daemon/listeners/listeners_linux.go:65:43: too 
>>> many arguments in call to activation.TLSListeners
>>> have (bool, *tls.Config)
>>> want (*tls.Config)
>>> src/github.com/docker/docker/daemon/listeners/listeners_linux.go:67:40: too 
>>> many arguments in call to activation.Listeners
>>> have (bool)
>>> want ()
>>> FAILgithub.com/docker/docker/cmd/dockerd [build failed]
>>>
>>> [...]
>> This is due to the package golang-github-coreos-go-systemd, the version
>> 17 breaks docker build. Apparently v17 made it to testing on August
>> 19th, 4 days ago.
>>
>> We have docker 18.06 in experimental, which works with (actually,
>> requires) golang-github-coreos-go-systemd v17.
> IMHO, it would be better to upload 18.06 for unstable, as it fixes at
> least one RC bug (this one).
>
> Thanks.
>



Bug#906999: docker.io: FTBFS in buster/sid (too many arguments in call to activation.TLSListeners)

2018-08-23 Thread Santiago Vila
On Thu, Aug 23, 2018 at 08:21:04AM +0700, Arnaud Rebillout wrote:
> 
> On 08/23/2018 06:14 AM, Santiago Vila wrote:
> > [... snipped ...]
> >
> > # github.com/docker/docker/daemon/listeners
> > src/github.com/docker/docker/daemon/listeners/listeners_linux.go:65:43: too 
> > many arguments in call to activation.TLSListeners
> > have (bool, *tls.Config)
> > want (*tls.Config)
> > src/github.com/docker/docker/daemon/listeners/listeners_linux.go:67:40: too 
> > many arguments in call to activation.Listeners
> > have (bool)
> > want ()
> > FAILgithub.com/docker/docker/cmd/dockerd [build failed]
> >
> > [...]
> 
> This is due to the package golang-github-coreos-go-systemd, the version
> 17 breaks docker build. Apparently v17 made it to testing on August
> 19th, 4 days ago.
> 
> We have docker 18.06 in experimental, which works with (actually,
> requires) golang-github-coreos-go-systemd v17.

IMHO, it would be better to upload 18.06 for unstable, as it fixes at
least one RC bug (this one).

Thanks.



Bug#906999: docker.io: FTBFS in buster/sid (too many arguments in call to activation.TLSListeners)

2018-08-22 Thread Arnaud Rebillout


On 08/23/2018 06:14 AM, Santiago Vila wrote:
> [... snipped ...]
>
> # github.com/docker/docker/daemon/listeners
> src/github.com/docker/docker/daemon/listeners/listeners_linux.go:65:43: too 
> many arguments in call to activation.TLSListeners
> have (bool, *tls.Config)
> want (*tls.Config)
> src/github.com/docker/docker/daemon/listeners/listeners_linux.go:67:40: too 
> many arguments in call to activation.Listeners
> have (bool)
> want ()
> FAILgithub.com/docker/docker/cmd/dockerd [build failed]
>
> [...]

This is due to the package golang-github-coreos-go-systemd, the version
17 breaks docker build. Apparently v17 made it to testing on August
19th, 4 days ago.

We have docker 18.06 in experimental, which works with (actually,
requires) golang-github-coreos-go-systemd v17.

Regards,

  Arnaud



Bug#906999: docker.io: FTBFS in buster/sid (too many arguments in call to activation.TLSListeners)

2018-08-22 Thread Santiago Vila
Package: src:docker.io
Version: 18.03.1+dfsg1-6
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
dh build-indep --buildsystem=golang --with=bash-completion,golang 
--builddirectory=.gopath
   dh_update_autotools_config -i -O--buildsystem=golang 
-O--builddirectory=.gopath
   dh_autoreconf -i -O--buildsystem=golang -O--builddirectory=.gopath
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<>/docker.io-18.03.1+dfsg1'
mkdir -pv 
/<>/docker.io-18.03.1+dfsg1/.gopath/src/github.com/docker/cli
mkdir: created directory '/<>/docker.io-18.03.1+dfsg1/.gopath'
mkdir: created directory '/<>/docker.io-18.03.1+dfsg1/.gopath/src'

[... snipped ...]

# github.com/docker/docker/daemon/listeners
src/github.com/docker/docker/daemon/listeners/listeners_linux.go:65:43: too 
many arguments in call to activation.TLSListeners
have (bool, *tls.Config)
want (*tls.Config)
src/github.com/docker/docker/daemon/listeners/listeners_linux.go:67:40: too 
many arguments in call to activation.Listeners
have (bool)
want ()
FAILgithub.com/docker/docker/cmd/dockerd [build failed]

[...]

dh_auto_test: cd .gopath && go test -vet=off -v -p 1 -short 
github.com/docker/docker/api github.com/docker/docker/api/server 
github.com/docker/docker/api/server/backend/build 
github.com/docker/docker/api/server/httputils 
github.com/docker/docker/api/server/middleware 
github.com/docker/docker/api/server/router 
github.com/docker/docker/api/server/router/build 
github.com/docker/docker/api/server/router/checkpoint 
github.com/docker/docker/api/server/router/container 
github.com/docker/docker/api/server/router/debug 
github.com/docker/docker/api/server/router/distribution 
github.com/docker/docker/api/server/router/image 
github.com/docker/docker/api/server/router/network 
github.com/docker/docker/api/server/router/plugin 
github.com/docker/docker/api/server/router/session 
github.com/docker/docker/api/server/router/swarm 
github.com/docker/docker/api/server/router/system 
github.com/docker/docker/api/server/router/volume 
github.com/docker/docker/api/types github.com/docker/docker/api/types/backen
 d github.com/docker/docker/api/types/blkiodev 
github.com/docker/docker/api/types/container 
github.com/docker/docker/api/types/events 
github.com/docker/docker/api/types/filters 
github.com/docker/docker/api/types/image 
github.com/docker/docker/api/types/mount 
github.com/docker/docker/api/types/network 
github.com/docker/docker/api/types/plugins/logdriver 
github.com/docker/docker/api/types/registry 
github.com/docker/docker/api/types/strslice 
github.com/docker/docker/api/types/swarm 
github.com/docker/docker/api/types/swarm/runtime 
github.com/docker/docker/api/types/time 
github.com/docker/docker/api/types/versions 
github.com/docker/docker/api/types/versions/v1p19 
github.com/docker/docker/api/types/versions/v1p20 
github.com/docker/docker/api/types/volume github.com/docker/docker/builder 
github.com/docker/docker/builder/dockerfile 
github.com/docker/docker/builder/dockerfile/command 
github.com/docker/docker/builder/dockerfile/instructions 
github.com/docker/docker/builder/dockerfile/parser gi
 thub.com/docker/docker/builder/dockerfile/parser/dumper 
github.com/docker/docker/builder/dockerfile/shell 
github.com/docker/docker/builder/dockerignore 
github.com/docker/docker/builder/fscache 
github.com/docker/docker/builder/remotecontext 
github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli 
github.com/docker/docker/cli/config github.com/docker/docker/cli/debug 
github.com/docker/docker/client github.com/docker/docker/cmd/dockerd 
github.com/docker/docker/cmd/dockerd/hack github.com/docker/docker/container 
github.com/docker/docker/container/stream 
github.com/docker/docker/contrib/apparmor 
github.com/docker/docker/contrib/docker-device-tool 
github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon 
github.com/docker/docker/daemon/caps github.com/docker/docker/daemon/cluster 
github.com/docker/docker/daemon/cluster/controllers/plugin 
github.com/docker/docker/daemon/cluster/convert 
github.com/docker/docker/daemon/cluster/executor github.com/dock
 er/docker/daemon/cluster/executor/container 
github.com/docker/docker/daemon/cluster/provider 
github.com/docker/docker/daemon/config 
github.com/docker/docker/daemon/discovery 
github.com/docker/docker/daemon/events 
github.com/docker/docker/daemon/events/testutils 
github.com/docker/docker/daemon/exec 
github.com/docker/docker/daemon/graphdriver 
github.com/docker/docker/daemon/graphdriver/aufs 
github.com/docker/docker/daemon/graphdriver/btrfs 
github.com/docker/docker/daemon/graphdriver/copy 
github.com/docker/docker/daemon/graphdriver/devmapper 
github.com/docker/docker/daemon/graphdriver/graphtest