Your message dated Tue, 11 Sep 2018 05:19:52 +0000
with message-id <e1fzb5c-000euy...@fasolo.debian.org>
and subject line Bug#906999: fixed in docker.io 18.06.1+dfsg1-1
has caused the Debian Bug report #906999,
regarding docker.io: FTBFS in buster/sid (too many arguments in call to
activation.TLSListeners)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
906999: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906999
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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 '/<<BUILDDIR>>/docker.io-18.03.1+dfsg1'
mkdir -pv
/<<BUILDDIR>>/docker.io-18.03.1+dfsg1/.gopath/src/github.com/docker/cli
mkdir: created directory '/<<BUILDDIR>>/docker.io-18.03.1+dfsg1/.gopath'
mkdir: created directory '/<<BUILDDIR>>/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 ()
FAIL github.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
github.com/docker/docker/daemon/graphdriver/overlay
github.com/docker/docker/daemon/graphdriver/overlay2
github.com/docker/docker/daemon/graphdriver/overlayutils
github.com/docker/docker/daemon/graphdriver/quota
github.com/docker/docker/daemon/graphdriver/register
github.com/docker/docker/daemon/graphdriver/vfs
github.com/docker/docker/daemon/graphdriver/zfs
github.com/docker/docker/daemon/initl
ayer github.com/docker/docker/daemon/links
github.com/docker/docker/daemon/listeners
github.com/docker/docker/daemon/logger
github.com/docker/docker/daemon/logger/awslogs
github.com/docker/docker/daemon/logger/fluentd
github.com/docker/docker/daemon/logger/gcplogs
github.com/docker/docker/daemon/logger/gelf
github.com/docker/docker/daemon/logger/journald
github.com/docker/docker/daemon/logger/jsonfilelog
github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
github.com/docker/docker/daemon/logger/logentries
github.com/docker/docker/daemon/logger/loggerutils
github.com/docker/docker/daemon/logger/loggerutils/multireader
github.com/docker/docker/daemon/logger/splunk
github.com/docker/docker/daemon/logger/syslog
github.com/docker/docker/daemon/logger/templates
github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network
github.com/docker/docker/daemon/stats github.com/docker/docker/distribution
github.com/docker/docker/distribution/metadata github.com/docker/docker
/distribution/utils github.com/docker/docker/distribution/xfer
github.com/docker/docker/dockerversion github.com/docker/docker/errdefs
github.com/docker/docker/image github.com/docker/docker/image/cache
github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1
github.com/docker/docker/internal/test/daemon
github.com/docker/docker/internal/test/environment
github.com/docker/docker/internal/test/fakecontext
github.com/docker/docker/internal/test/fakegit
github.com/docker/docker/internal/test/fakestorage
github.com/docker/docker/internal/test/fixtures/load
github.com/docker/docker/internal/test/fixtures/plugin
github.com/docker/docker/internal/test/fixtures/plugin/basic
github.com/docker/docker/internal/test/registry
github.com/docker/docker/internal/testutil github.com/docker/docker/layer
github.com/docker/docker/libcontainerd github.com/docker/docker/migrate/v1
github.com/docker/docker/oci github.com/docker/docker/opts
github.com/docker/docker/pkg/aaparser github.com
/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization
github.com/docker/docker/pkg/broadcaster
github.com/docker/docker/pkg/chrootarchive
github.com/docker/docker/pkg/containerfs
github.com/docker/docker/pkg/devicemapper
github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery
github.com/docker/docker/pkg/discovery/file
github.com/docker/docker/pkg/discovery/kv
github.com/docker/docker/pkg/discovery/memory
github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/dmesg
github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils
github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir
github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils
github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker
github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback
github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator
github.com/
docker/docker/pkg/namesgenerator/cmd/names-generator
github.com/docker/docker/pkg/parsers
github.com/docker/docker/pkg/parsers/kernel
github.com/docker/docker/pkg/parsers/operatingsystem
github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform
github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins
github.com/docker/docker/pkg/plugins/pluginrpc-gen
github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
github.com/docker/docker/pkg/plugins/transport
github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress
github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec
github.com/docker/docker/pkg/signal
github.com/docker/docker/pkg/signal/testfiles
github.com/docker/docker/pkg/stdcopy
github.com/docker/docker/pkg/streamformatter
github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink
github.com/docker/docker/pkg/sysinfo gith
ub.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile
github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term
github.com/docker/docker/pkg/term/windows
github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil
github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin
github.com/docker/docker/plugin/executor/containerd
github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor
github.com/docker/docker/profiles/seccomp github.com/docker/docker/reference
github.com/docker/docker/registry github.com/docker/docker/registry/resumable
github.com/docker/docker/restartmanager github.com/docker/docker/runconfig
github.com/docker/docker/runconfig/opts github.com/docker/docker/volume
github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local
github.com/docker/docker/volume/store github.com/docker/docker/volume/testutils
returned exit code 2
make[1]: *** [debian/rules:143: override_dh_auto_test-indep] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/docker.io-18.03.1+dfsg1'
make: *** [debian/rules:46: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit
status 2
--------------------------------------------------------------------------------
The build was made with "dpkg-buildpackage -A" in my autobuilder.
Most probably, it also fails here in reproducible builds:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/docker.io.html
where you can get a full build log if you need it.
If this is really a bug in one of the build-depends, please use reassign and
affects,
so that this is still visible in the BTS web page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: docker.io
Source-Version: 18.06.1+dfsg1-1
We believe that the bug you reported is fixed in the latest version of
docker.io, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 906...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Dmitry Smirnov <only...@debian.org> (supplier of updated docker.io package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 11 Sep 2018 14:03:46 +1000
Source: docker.io
Binary: docker.io vim-syntax-docker golang-github-docker-docker-dev
golang-docker-dev docker-doc
Architecture: source all amd64
Version: 18.06.1+dfsg1-1
Distribution: unstable
Urgency: medium
Maintainer: Dmitry Smirnov <only...@debian.org>
Changed-By: Dmitry Smirnov <only...@debian.org>
Description:
docker-doc - Linux container runtime -- documentation
docker.io - Linux container runtime
golang-docker-dev - Transitional package for golang-github-docker-docker-dev
golang-github-docker-docker-dev - reusable Go packages included with Docker
vim-syntax-docker - Docker container engine - Vim highlighting syntax files
Closes: 906999 907455
Changes:
docker.io (18.06.1+dfsg1-1) unstable; urgency=medium
.
[ Dmitry Smirnov ]
* New upstream release [August 2018].
* Upload to unstable (Closes: #906999).
.
[ Arnaud Rebillout ]
* Cleanup /etc/init/docker.conf (Closes: #907455)
Checksums-Sha1:
064723b18e8beb95f252f6fb234f09d86865469d 8954 docker.io_18.06.1+dfsg1-1.dsc
4e5c4b7a3b2fe3a861059dda1fbab0d216574614 1142708
docker.io_18.06.1+dfsg1.orig-containerd.tar.xz
112173a198db6dd5d8aea8f4a3434ea086b67343 317264
docker.io_18.06.1+dfsg1.orig-distribution.tar.xz
2416f218c5893f6331617dcb597d37ce6ffff9cf 14356
docker.io_18.06.1+dfsg1.orig-go-events.tar.xz
feb31e564ae119ff9e70ae985177a6191631ea55 13796
docker.io_18.06.1+dfsg1.orig-go-metrics.tar.xz
89b2e963459fdbe0842b1efa3689b95161295613 479604
docker.io_18.06.1+dfsg1.orig-libnetwork.tar.xz
19282727eee421669cde18b0d8d6858f0038ccf0 661080
docker.io_18.06.1+dfsg1.orig-swarmkit.tar.xz
b8da3b4a13b9cd996544dd2b480f480be299ec56 3664844
docker.io_18.06.1+dfsg1.orig.tar.xz
b83636cbc76ab6d2d91a2835c06352b81624fd7e 39952
docker.io_18.06.1+dfsg1-1.debian.tar.xz
09711f7b0e9385d3d52be625c541d20839880d03 972460
docker-doc_18.06.1+dfsg1-1_all.deb
467b49c8f4b3d9ea8df02bc839e0be04f7bc2b35 4902140
docker.io-dbgsym_18.06.1+dfsg1-1_amd64.deb
25db5af276bb7e8dd4afd260d95bc40ef888701a 26403
docker.io_18.06.1+dfsg1-1_amd64.buildinfo
0dbdaf3628f63230caa5a5b602df5022e1b84ec2 39945700
docker.io_18.06.1+dfsg1-1_amd64.deb
677a5f8aff7a9e884607dc0f19b7e775d816e847 21324
golang-docker-dev_18.06.1+dfsg1-1_all.deb
d0d7700f28fad0d48a551c6df38260f3275069ff 524620
golang-github-docker-docker-dev_18.06.1+dfsg1-1_all.deb
6f2869c008883f766f9dc4a7eac0a59eda28f411 22524
vim-syntax-docker_18.06.1+dfsg1-1_all.deb
Checksums-Sha256:
b3ef88a4c1e04dc69ecd101987877694e7e35cbe86399bbd687cd1852ea012f1 8954
docker.io_18.06.1+dfsg1-1.dsc
44d6f52acacf7d562beb3663b38b11165899e5cbc75854406e66afcb6786104f 1142708
docker.io_18.06.1+dfsg1.orig-containerd.tar.xz
7a1e8b6d2d74aff173dab1b914e4d0838f642cf3e3f8e1bf96c904955aeabe49 317264
docker.io_18.06.1+dfsg1.orig-distribution.tar.xz
71f1381753f576000919541e4577486790158ec0a0c349ce27340f11af06f284 14356
docker.io_18.06.1+dfsg1.orig-go-events.tar.xz
7817433deef91cbb5a0612978ba5982265b2816b02bd6ab1e61f2e8ebc27a1f3 13796
docker.io_18.06.1+dfsg1.orig-go-metrics.tar.xz
420ad86ddc971891493153af909007006424e93f799e8b69ff7f78ff27c1bdeb 479604
docker.io_18.06.1+dfsg1.orig-libnetwork.tar.xz
e51e79bd5104e88325ad580ccd07b8aa87baf06b4d0316cdc83dff5ff376f0b8 661080
docker.io_18.06.1+dfsg1.orig-swarmkit.tar.xz
851dddceeddaf24dcf0c420d185fa7ee487096172d5c98e51261c1435735be5a 3664844
docker.io_18.06.1+dfsg1.orig.tar.xz
6bbf925dc8842cced784666c4fec29886688af402af00dd39b3acdbfbfc8da4b 39952
docker.io_18.06.1+dfsg1-1.debian.tar.xz
3a6c60fce87dcc8a317e238675963dd6659e0a85a84c02547f193e3be0f451ba 972460
docker-doc_18.06.1+dfsg1-1_all.deb
bd453d8c04c1537817b915464f965e2c7477d3e9fa3e5dd2093c627d3998c9f7 4902140
docker.io-dbgsym_18.06.1+dfsg1-1_amd64.deb
978f938699bae311781028c48092ca22687b415412eec42f02da29ca5974d7d1 26403
docker.io_18.06.1+dfsg1-1_amd64.buildinfo
e2130d32d6107892a0ed63416a18ab3f6d457e865fcf3c0d03b57b52ab2663f4 39945700
docker.io_18.06.1+dfsg1-1_amd64.deb
7df60fd3c714190ef63f59cb491d995482dc302c436c7760bec689f175875fc7 21324
golang-docker-dev_18.06.1+dfsg1-1_all.deb
f1524529ed9ccee710cffe1c2bc3ffa805ca61f43ba375e523d237872634fcf9 524620
golang-github-docker-docker-dev_18.06.1+dfsg1-1_all.deb
46c35f0ed8db4860bfdcb0607ec9092f53559c1dc56001b749f076d2b476ae3b 22524
vim-syntax-docker_18.06.1+dfsg1-1_all.deb
Files:
eab986b8f9f8cc72b3ae2e19b63634db 8954 admin optional
docker.io_18.06.1+dfsg1-1.dsc
46f59a0debebce98f6436bc33cf05b5e 1142708 admin optional
docker.io_18.06.1+dfsg1.orig-containerd.tar.xz
20d613c444a9f850e10793d7a9f49d4f 317264 admin optional
docker.io_18.06.1+dfsg1.orig-distribution.tar.xz
0750c2c704eff791182a69abc3c0b53a 14356 admin optional
docker.io_18.06.1+dfsg1.orig-go-events.tar.xz
c1497c6c460030acd7022dc77a8c322a 13796 admin optional
docker.io_18.06.1+dfsg1.orig-go-metrics.tar.xz
adaba253c9fff30288834ab11c0fb739 479604 admin optional
docker.io_18.06.1+dfsg1.orig-libnetwork.tar.xz
deee62d434c6d070ea7a03e9a8777492 661080 admin optional
docker.io_18.06.1+dfsg1.orig-swarmkit.tar.xz
1080326546431ae32a027acc613a9030 3664844 admin optional
docker.io_18.06.1+dfsg1.orig.tar.xz
8b306c95d1a686991749384bc29ea2f1 39952 admin optional
docker.io_18.06.1+dfsg1-1.debian.tar.xz
c600ce1a3104cd50b4da725953e72e11 972460 doc optional
docker-doc_18.06.1+dfsg1-1_all.deb
b05227e44729426be7c2241d47199a46 4902140 debug optional
docker.io-dbgsym_18.06.1+dfsg1-1_amd64.deb
9dbfc1df91742c81f3613eab39734649 26403 admin optional
docker.io_18.06.1+dfsg1-1_amd64.buildinfo
a23b53c045c0de1153f6ba8fb8d69476 39945700 admin optional
docker.io_18.06.1+dfsg1-1_amd64.deb
e27e01b49c101763dbac40d49967d16b 21324 oldlibs optional
golang-docker-dev_18.06.1+dfsg1-1_all.deb
133c7c346ef414ff8916ce641a762919 524620 admin optional
golang-github-docker-docker-dev_18.06.1+dfsg1-1_all.deb
7d5e23ae06fce802d4eb7692756781e8 22524 admin optional
vim-syntax-docker_18.06.1+dfsg1-1_all.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEULx8+TnSDCcqawZWUra72VOWjRsFAluXSnYACgkQUra72VOW
jRswKA/+LF7PTcyEuz7XHwJ8RB87GDww4xl8rk7qXvZszOFig8fk3NHZVNag9aAD
QvR7IL0tso2n4sB6+K7XofrV6GIa9HYWiJUkn6MQa+6DQDZrJ9erQICjQiA+9sic
pJjpLqvwHCw3kTatN1N8FD56RMStcg8F0Z46jZxlgAeqhlvQorAhcpLzHLHEwhVR
uED7lNS+vgxX9MhEVtq+pWXhwY1kk4XJRboZDZBvYM5kBWyGS8RQwFGaRuDrM6oe
f76l13ECNt/8HNiVzffPkOX6lH8qAufboXZK5+3Hm/qpTrZG9mm6DpFwnEP97Iii
svq9G52JfzV8S+1uqWmTE4TiSn0uUJa2Adx/5A3yg8/sq/WeSPrBkxmiTP6FKAa+
z/7K5JxHhQ9ahmgZFD8eaZPR7w8vO1Kzddyfp/mlCjHVY6EIDmdf3TXtSM4egLKM
ZmQk5Ely+BBEGi4ytYOpWyV0H7GTvoLy2Rcnhwu9SJbtxwTBtYfXAvNj9sbLjrsY
PznGCDOLsjKllB5oXxnQIEpxpm6Zkapvgf4E45xk7PaoYc8zpU9/vNFk9T01P6d6
SYby6E+ZQ21yaMtBfbSURQE05Yi8fs9YBQT8M8JDUf8r09OsZLFCM727zJYi0G6B
EydlfHksYo5n1zJHqSEVGhj5qwP3XCGfnOkHGD5+76tsO9Ft5ss=
=8rnQ
-----END PGP SIGNATURE-----
--- End Message ---