Your message dated Mon, 17 Feb 2025 18:34:29 +0000
with message-id <e1tk5wr-000ovl...@fasolo.debian.org>
and subject line Bug#1078617: fixed in golang-github-fsouza-go-dockerclient
1.12.0-2
has caused the Debian Bug report #1078617,
regarding golang-github-fsouza-go-dockerclient: will FTBFS during trixie
support period
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.)
--
1078617: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078617
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:golang-github-fsouza-go-dockerclient
Version: 1.11.0-2
User: debian...@lists.debian.org
Usertags: ftbfs-during-trixie-support-period
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable in the year 2028, your package
failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules binary
dh binary --buildsystem=golang --with=golang --builddirectory=_build
dh_update_autotools_config -O--buildsystem=golang -O--builddirectory=_build
dh_autoreconf -O--buildsystem=golang -O--builddirectory=_build
dh_auto_configure -O--buildsystem=golang -O--builddirectory=_build
dh_auto_build -O--buildsystem=golang -O--builddirectory=_build
cd _build && go install -trimpath -v -p 2
github.com/fsouza/go-dockerclient github.com/fsouza/go-dockerclient/testing
internal/goarch
internal/unsafeheader
internal/cpu
internal/abi
internal/bytealg
internal/chacha8rand
[... snipped ...]
=== RUN TestStatsContainerStream
=== PAUSE TestStatsContainerStream
=== RUN TestListNetworks
=== PAUSE TestListNetworks
=== RUN TestCreateNetwork
=== PAUSE TestCreateNetwork
=== RUN TestCreateNetworkInvalidBody
=== PAUSE TestCreateNetworkInvalidBody
=== RUN TestCreateNetworkDuplicateName
=== PAUSE TestCreateNetworkDuplicateName
=== RUN TestRemoveNetwork
=== PAUSE TestRemoveNetwork
=== RUN TestNetworkConnect
=== PAUSE TestNetworkConnect
=== RUN TestListVolumes
=== PAUSE TestListVolumes
=== RUN TestCreateVolume
=== PAUSE TestCreateVolume
=== RUN TestCreateVolumeAlreadExists
=== PAUSE TestCreateVolumeAlreadExists
=== RUN TestInspectVolume
=== PAUSE TestInspectVolume
=== RUN TestInspectVolumeNotFound
=== PAUSE TestInspectVolumeNotFound
=== RUN TestRemoveVolume
=== PAUSE TestRemoveVolume
=== RUN TestRemoveMissingVolume
=== PAUSE TestRemoveMissingVolume
=== RUN TestRemoveVolumeInuse
=== PAUSE TestRemoveVolumeInuse
=== RUN TestUploadToContainer
=== PAUSE TestUploadToContainer
=== RUN TestUploadToContainerWithBodyTarFile
=== PAUSE TestUploadToContainerWithBodyTarFile
=== RUN TestUploadToContainerBodyNotTarFile
=== PAUSE TestUploadToContainerBodyNotTarFile
=== RUN TestUploadToContainerMissingContainer
=== PAUSE TestUploadToContainerMissingContainer
=== RUN TestInfoDocker
=== PAUSE TestInfoDocker
=== RUN TestInfoDockerWithSwarm
=== PAUSE TestInfoDockerWithSwarm
=== RUN TestVersionDocker
=== PAUSE TestVersionDocker
=== RUN TestDownloadFromContainer
=== PAUSE TestDownloadFromContainer
=== RUN TestSupportVersionPathPrefix
=== PAUSE TestSupportVersionPathPrefix
=== RUN TestSwarmInit
=== PAUSE TestSwarmInit
=== RUN TestSwarmInitDynamicAdvertiseAddrPort
=== PAUSE TestSwarmInitDynamicAdvertiseAddrPort
=== RUN TestSwarmInitAlreadyInSwarm
=== PAUSE TestSwarmInitAlreadyInSwarm
=== RUN TestSwarmJoinNoBody
=== PAUSE TestSwarmJoinNoBody
=== RUN TestSwarmJoin
=== PAUSE TestSwarmJoin
=== RUN TestSwarmJoinWithService
=== PAUSE TestSwarmJoinWithService
=== RUN TestSwarmJoinAlreadyInSwarm
--- PASS: TestSwarmJoinAlreadyInSwarm (0.01s)
=== RUN TestSwarmLeave
=== PAUSE TestSwarmLeave
=== RUN TestSwarmLeaveNotInSwarm
=== PAUSE TestSwarmLeaveNotInSwarm
=== RUN TestSwarmInspect
=== PAUSE TestSwarmInspect
=== RUN TestSwarmInspectNotInSwarm
=== PAUSE TestSwarmInspectNotInSwarm
=== RUN TestServiceCreate
=== PAUSE TestServiceCreate
=== RUN TestServiceCreateDynamicPort
=== PAUSE TestServiceCreateDynamicPort
=== RUN TestServiceCreateMultipleServers
=== PAUSE TestServiceCreateMultipleServers
=== RUN TestServiceCreateNoContainers
=== PAUSE TestServiceCreateNoContainers
=== RUN TestServiceInspect
=== PAUSE TestServiceInspect
=== RUN TestServiceInspectByName
=== PAUSE TestServiceInspectByName
=== RUN TestServiceInspectNotFound
=== PAUSE TestServiceInspectNotFound
=== RUN TestTaskInspect
=== PAUSE TestTaskInspect
=== RUN TestTaskInspectNotFound
=== PAUSE TestTaskInspectNotFound
=== RUN TestServiceList
=== PAUSE TestServiceList
=== RUN TestServiceListFilterID
=== PAUSE TestServiceListFilterID
=== RUN TestServiceListFilterName
=== PAUSE TestServiceListFilterName
=== RUN TestServiceListFilterEmpty
=== PAUSE TestServiceListFilterEmpty
=== RUN TestTaskList
=== PAUSE TestTaskList
=== RUN TestTaskListFilterID
=== PAUSE TestTaskListFilterID
=== RUN TestTaskListFilterServiceID
=== PAUSE TestTaskListFilterServiceID
=== RUN TestTaskListFilterServiceName
=== PAUSE TestTaskListFilterServiceName
=== RUN TestTaskListFilterMultipleFields
=== PAUSE TestTaskListFilterMultipleFields
=== RUN TestTaskListFilterMultipleFieldsNotFound
=== PAUSE TestTaskListFilterMultipleFieldsNotFound
=== RUN TestTaskListFilterNotFound
=== PAUSE TestTaskListFilterNotFound
=== RUN TestTaskListFilterLabel
=== PAUSE TestTaskListFilterLabel
=== RUN TestServiceDelete
=== PAUSE TestServiceDelete
=== RUN TestServiceDeleteNotFound
=== PAUSE TestServiceDeleteNotFound
=== RUN TestServiceUpdate
=== PAUSE TestServiceUpdate
=== RUN TestServiceUpdateMoreReplicas
=== PAUSE TestServiceUpdateMoreReplicas
=== RUN TestServiceUpdateNotFound
=== PAUSE TestServiceUpdateNotFound
=== RUN TestNodeList
=== PAUSE TestNodeList
=== RUN TestNodeInfo
=== PAUSE TestNodeInfo
=== RUN TestNodeUpdate
=== PAUSE TestNodeUpdate
=== RUN TestNodeDelete
=== PAUSE TestNodeDelete
=== RUN TestMutateTask
=== PAUSE TestMutateTask
=== RUN TestMutateTaskNotFound
=== PAUSE TestMutateTaskNotFound
=== CONT TestNewServer
=== CONT TestMutateTaskNotFound
--- PASS: TestNewServer (0.00s)
=== CONT TestRemoveImageByIDWithSingleTag
--- PASS: TestMutateTaskNotFound (0.00s)
=== CONT TestRemoveImageByIDWithMultipleTags
--- PASS: TestRemoveImageByIDWithSingleTag (0.01s)
=== CONT TestRemoveImageWithMultipleTags
--- PASS: TestRemoveImageByIDWithMultipleTags (0.00s)
=== CONT TestRemoveImageByName
--- PASS: TestRemoveImageWithMultipleTags (0.00s)
--- PASS: TestRemoveImageByName (0.00s)
=== CONT TestListImages
=== CONT TestRemoveImage
--- PASS: TestRemoveImage (0.00s)
=== CONT TestInspectImageNotFound
--- PASS: TestInspectImageNotFound (0.00s)
=== CONT TestInspectImageWithID
--- PASS: TestListImages (0.01s)
=== CONT TestInspectImage
--- PASS: TestInspectImageWithID (0.01s)
--- PASS: TestInspectImage (0.01s)
=== CONT TestTagImageNotFound
=== CONT TestTagImageWithID
--- PASS: TestTagImageNotFound (0.00s)
=== CONT TestTagImageWithRepoAndTag
--- PASS: TestTagImageWithID (0.00s)
=== CONT TestTagImage
--- PASS: TestTagImage (0.00s)
=== CONT TestPushImageNotFound
--- PASS: TestTagImageWithRepoAndTag (0.00s)
=== CONT TestPushImageWithTag
--- PASS: TestPushImageNotFound (0.00s)
=== CONT TestPushImage
--- PASS: TestPushImageWithTag (0.00s)
=== CONT TestPullImageExisting
--- PASS: TestPullImageExisting (0.00s)
=== CONT TestPullImageWithShaTag
--- PASS: TestPushImage (0.01s)
=== CONT TestPullImageWithTag
--- PASS: TestPullImageWithTag (0.00s)
=== CONT TestPullImage
--- PASS: TestPullImageWithShaTag (0.01s)
=== CONT TestRemoveContainerRunningForce
--- PASS: TestPullImage (0.00s)
=== CONT TestRemoveContainerRunning
--- PASS: TestRemoveContainerRunningForce (0.00s)
=== CONT TestRemoveContainerNotFound
--- PASS: TestRemoveContainerRunning (0.00s)
=== CONT TestRemoveContainerByName
--- PASS: TestRemoveContainerNotFound (0.00s)
=== CONT TestRemoveContainer
--- PASS: TestRemoveContainer (0.00s)
=== CONT TestAttachContainerWithStreamBlocksOnCreatedContainers
--- PASS: TestRemoveContainerByName (0.01s)
=== CONT TestAttachContainerWithStreamBlocks
--- PASS: TestAttachContainerWithStreamBlocks (0.50s)
--- PASS: TestAttachContainerWithStreamBlocksOnCreatedContainers (0.50s)
=== CONT TestAttachContainer
=== CONT TestAttachContainerNotFound
--- PASS: TestAttachContainerNotFound (0.00s)
--- PASS: TestAttachContainer (0.00s)
=== CONT TestLogContainer
=== CONT TestLogContainerNotFound
--- PASS: TestLogContainer (0.00s)
=== CONT TestWaitContainerNotFound
--- PASS: TestLogContainerNotFound (0.00s)
=== CONT TestWaitContainerStatus
--- PASS: TestWaitContainerNotFound (0.00s)
=== CONT TestWaitContainer
--- PASS: TestWaitContainerStatus (0.00s)
=== CONT TestUnpauseContainerNotFound
--- PASS: TestUnpauseContainerNotFound (0.00s)
=== CONT TestUnpauseContainerNotPaused
--- PASS: TestWaitContainer (0.00s)
=== CONT TestUnpauseContainer
--- PASS: TestUnpauseContainerNotPaused (0.00s)
=== CONT TestPauseContainerNotFound
--- PASS: TestUnpauseContainer (0.00s)
=== CONT TestPauseContainerAlreadyPaused
--- PASS: TestPauseContainerNotFound (0.00s)
=== CONT TestPauseContainer
--- PASS: TestPauseContainerAlreadyPaused (0.00s)
=== CONT TestStopContainerNotRunning
--- PASS: TestPauseContainer (0.00s)
=== CONT TestStopContainerNotFound
--- PASS: TestStopContainerNotRunning (0.00s)
=== CONT TestStopContainerWithNotifyChannel
--- PASS: TestStopContainerNotFound (0.00s)
=== CONT TestKillContainer
--- PASS: TestStopContainerWithNotifyChannel (0.00s)
=== CONT TestStopContainer
--- PASS: TestKillContainer (0.00s)
=== CONT TestStartContainerAlreadyRunning
--- PASS: TestStopContainer (0.00s)
=== CONT TestStartContainerNotFound
--- PASS: TestStartContainerAlreadyRunning (0.00s)
=== CONT TestStartContainerWithNotifyChannel
--- PASS: TestStartContainerNotFound (0.00s)
=== CONT TestStartContainerChangeNetwork
--- PASS: TestStartContainerWithNotifyChannel (0.00s)
=== CONT TestStartContainerNoHostConfig
--- PASS: TestStartContainerChangeNetwork (0.00s)
=== CONT TestStartContainer
--- PASS: TestStartContainerNoHostConfig (0.00s)
=== CONT TestTopContainerStopped
--- PASS: TestStartContainer (0.00s)
=== CONT TestTopContainerNotFound
--- PASS: TestTopContainerStopped (0.00s)
=== CONT TestTopContainer
--- PASS: TestTopContainerNotFound (0.00s)
=== CONT TestInspectContainerNotFound
--- PASS: TestTopContainer (0.00s)
=== CONT TestInspectContainer
--- PASS: TestInspectContainerNotFound (0.00s)
=== CONT TestCommitContainerNotFound
--- PASS: TestCommitContainerNotFound (0.00s)
=== CONT TestCommitContainerInvalidRun
--- PASS: TestInspectContainer (0.01s)
=== CONT TestCommitContainerWithTag
--- PASS: TestCommitContainerInvalidRun (0.00s)
=== CONT TestCommitContainerComplete
--- PASS: TestCommitContainerWithTag (0.00s)
=== CONT TestCommitContainer
--- PASS: TestCommitContainerComplete (0.00s)
=== CONT TestRenameContainerNotFound
--- PASS: TestCommitContainer (0.00s)
=== CONT TestRenameContainer
--- PASS: TestRenameContainerNotFound (0.00s)
=== CONT TestCreateContainerImageNotFound
--- PASS: TestCreateContainerImageNotFound (0.00s)
=== CONT TestCreateContainerInvalidName
--- PASS: TestRenameContainer (0.01s)
=== CONT TestCreateMultipleContainersEmptyName
--- PASS: TestCreateContainerInvalidName (0.00s)
=== CONT TestCreateContainerDuplicateName
--- PASS: TestCreateMultipleContainersEmptyName (0.00s)
=== CONT TestCreateContainerInvalidBody
--- PASS: TestCreateContainerDuplicateName (0.00s)
=== CONT TestCreateContainerWithNotifyChannel
--- PASS: TestCreateContainerWithNotifyChannel (0.00s)
--- PASS: TestCreateContainerInvalidBody (0.01s)
=== CONT TestListContainersFilterLabels
=== CONT TestCreateContainer
--- PASS: TestListContainersFilterLabels (0.00s)
=== CONT TestListRunningContainers
--- PASS: TestCreateContainer (0.00s)
=== CONT TestListContainers
--- PASS: TestListContainers (0.00s)
=== CONT TestCustomHandlerRegexp
--- PASS: TestListRunningContainers (0.00s)
=== CONT TestCustomHandler
--- PASS: TestCustomHandlerRegexp (0.00s)
=== CONT TestSetHook
--- PASS: TestCustomHandler (0.00s)
=== CONT TestHandleWithHook
--- PASS: TestSetHook (0.00s)
=== CONT TestServerURLNoListener
--- PASS: TestServerURLNoListener (0.00s)
=== CONT TestServerURL
--- PASS: TestHandleWithHook (0.00s)
=== CONT TestServerStopNoListener
--- PASS: TestServerStopNoListener (0.00s)
=== CONT TestServerStop
--- PASS: TestServerURL (0.00s)
=== CONT TestNewTLSServer
--- PASS: TestServerStop (0.00s)
=== CONT TestSwarmInit
2028/06/10 12:01:29 http: TLS handshake error from 127.0.0.1:45120: EOF
=== NAME TestNewTLSServer
server_test.go:69: Get "https://127.0.0.1:45237/_ping": tls: failed to
verify certificate: x509: certificate has expired or is not yet valid: current time
2028-06-10T12:01:29Z is after 2027-10-02T05:40:40Z
--- FAIL: TestNewTLSServer (0.01s)
=== CONT TestMutateTask
2028/06/10 12:01:29 http: TLS handshake error from 127.0.0.1:45128: remote
error: tls: bad certificate
--- PASS: TestSwarmInit (0.01s)
=== CONT TestNodeDelete
--- PASS: TestMutateTask (0.00s)
=== CONT TestNodeUpdate
--- PASS: TestNodeDelete (0.01s)
=== CONT TestNodeInfo
--- PASS: TestNodeUpdate (0.01s)
=== CONT TestNodeList
--- PASS: TestNodeInfo (0.01s)
=== CONT TestServiceUpdateNotFound
--- PASS: TestNodeList (0.01s)
=== CONT TestServiceUpdateMoreReplicas
--- PASS: TestServiceUpdateNotFound (0.01s)
=== CONT TestServiceUpdate
--- PASS: TestServiceUpdateMoreReplicas (0.01s)
=== CONT TestServiceDeleteNotFound
--- PASS: TestServiceUpdate (0.01s)
=== CONT TestServiceDelete
--- PASS: TestServiceDeleteNotFound (0.01s)
=== CONT TestTaskListFilterLabel
--- PASS: TestServiceDelete (0.01s)
=== CONT TestTaskListFilterNotFound
--- PASS: TestTaskListFilterLabel (0.01s)
=== CONT TestTaskListFilterMultipleFieldsNotFound
--- PASS: TestTaskListFilterNotFound (0.01s)
=== CONT TestTaskListFilterMultipleFields
--- PASS: TestTaskListFilterMultipleFieldsNotFound (0.01s)
=== CONT TestTaskListFilterServiceName
--- PASS: TestTaskListFilterMultipleFields (0.01s)
=== CONT TestTaskListFilterServiceID
--- PASS: TestTaskListFilterServiceName (0.01s)
=== CONT TestTaskListFilterID
--- PASS: TestTaskListFilterServiceID (0.02s)
=== CONT TestTaskList
--- PASS: TestTaskListFilterID (0.02s)
=== CONT TestServiceListFilterEmpty
--- PASS: TestTaskList (0.01s)
=== CONT TestServiceListFilterName
--- PASS: TestServiceListFilterEmpty (0.01s)
=== CONT TestServiceListFilterID
--- PASS: TestServiceListFilterName (0.02s)
=== CONT TestServiceList
--- PASS: TestServiceListFilterID (0.02s)
=== CONT TestTaskInspectNotFound
--- PASS: TestServiceList (0.01s)
=== CONT TestTaskInspect
--- PASS: TestTaskInspectNotFound (0.01s)
=== CONT TestServiceInspectNotFound
--- PASS: TestServiceInspectNotFound (0.02s)
=== CONT TestServiceInspectByName
--- PASS: TestTaskInspect (0.02s)
=== CONT TestServiceInspect
--- PASS: TestServiceInspect (0.02s)
--- PASS: TestServiceInspectByName (0.02s)
=== CONT TestServiceCreateMultipleServers
=== CONT TestServiceCreateNoContainers
--- PASS: TestServiceCreateNoContainers (0.01s)
=== CONT TestServiceCreateDynamicPort
--- PASS: TestServiceCreateMultipleServers (0.01s)
=== CONT TestServiceCreate
--- PASS: TestServiceCreateDynamicPort (0.01s)
=== CONT TestSwarmInspectNotInSwarm
--- PASS: TestServiceCreate (0.01s)
=== CONT TestSwarmInspect
--- PASS: TestSwarmInspect (0.01s)
--- PASS: TestSwarmInspectNotInSwarm (0.01s)
=== CONT TestSwarmLeaveNotInSwarm
=== CONT TestSwarmLeave
--- PASS: TestSwarmLeaveNotInSwarm (0.01s)
=== CONT TestSwarmJoinWithService
--- PASS: TestSwarmLeave (0.02s)
=== CONT TestSwarmJoin
--- PASS: TestSwarmJoin (0.01s)
=== CONT TestSwarmJoinNoBody
--- PASS: TestSwarmJoinWithService (0.01s)
=== CONT TestSwarmInitAlreadyInSwarm
--- PASS: TestSwarmJoinNoBody (0.01s)
--- PASS: TestSwarmInitAlreadyInSwarm (0.00s)
=== CONT TestSwarmInitDynamicAdvertiseAddrPort
=== CONT TestCreateNetworkDuplicateName
--- PASS: TestCreateNetworkDuplicateName (0.00s)
=== CONT TestSupportVersionPathPrefix
--- PASS: TestSwarmInitDynamicAdvertiseAddrPort (0.00s)
=== CONT TestDownloadFromContainer
--- PASS: TestSupportVersionPathPrefix (0.00s)
--- PASS: TestDownloadFromContainer (0.00s)
=== CONT TestVersionDocker
=== CONT TestInfoDockerWithSwarm
--- PASS: TestVersionDocker (0.02s)
=== CONT TestInfoDocker
--- PASS: TestInfoDockerWithSwarm (0.02s)
=== CONT TestUploadToContainerMissingContainer
--- PASS: TestUploadToContainerMissingContainer (0.00s)
=== CONT TestUploadToContainerBodyNotTarFile
--- PASS: TestInfoDocker (0.01s)
=== CONT TestUploadToContainerWithBodyTarFile
--- PASS: TestUploadToContainerBodyNotTarFile (0.00s)
=== CONT TestUploadToContainer
--- PASS: TestUploadToContainerWithBodyTarFile (0.00s)
=== CONT TestRemoveVolumeInuse
--- PASS: TestUploadToContainer (0.00s)
=== CONT TestRemoveMissingVolume
--- PASS: TestRemoveVolumeInuse (0.00s)
=== CONT TestRemoveVolume
--- PASS: TestRemoveMissingVolume (0.00s)
=== CONT TestInspectVolumeNotFound
--- PASS: TestRemoveVolume (0.00s)
=== CONT TestInspectVolume
--- PASS: TestInspectVolumeNotFound (0.00s)
=== CONT TestCreateVolumeAlreadExists
--- PASS: TestInspectVolume (0.00s)
=== CONT TestCreateVolume
--- PASS: TestCreateVolumeAlreadExists (0.00s)
=== CONT TestListVolumes
--- PASS: TestCreateVolume (0.00s)
=== CONT TestNetworkConnect
--- PASS: TestListVolumes (0.00s)
=== CONT TestRemoveNetwork
--- PASS: TestNetworkConnect (0.00s)
=== CONT TestCreateExecContainer
--- PASS: TestRemoveNetwork (0.00s)
=== CONT TestCreateNetworkInvalidBody
--- PASS: TestCreateExecContainer (0.00s)
=== CONT TestCreateNetwork
--- PASS: TestCreateNetworkInvalidBody (0.00s)
=== CONT TestListNetworks
--- PASS: TestCreateNetwork (0.01s)
=== CONT TestStatsContainerStream
--- PASS: TestListNetworks (0.00s)
=== CONT TestStatsContainer
--- PASS: TestStatsContainer (0.01s)
=== CONT TestStartExecContainerNotFound
--- PASS: TestStartExecContainerNotFound (0.00s)
=== CONT TestStartExecContainerWildcardCallback
--- PASS: TestStartExecContainerWildcardCallback (0.00s)
=== CONT TestStartExecContainer
--- PASS: TestStartExecContainer (0.00s)
=== CONT TestInspectExecContainer
--- PASS: TestInspectExecContainer (0.00s)
=== CONT TestMutateContainerNotFound
--- PASS: TestMutateContainerNotFound (0.00s)
=== CONT TestDefaultHandler
--- PASS: TestDefaultHandler (0.00s)
=== CONT TestPing
--- PASS: TestPing (0.00s)
=== CONT TestBuildImageWithRemoteDockerfile
--- PASS: TestBuildImageWithRemoteDockerfile (0.00s)
=== CONT TestBuildImageWithContentTypeTar
--- PASS: TestBuildImageWithContentTypeTar (0.00s)
=== CONT TestRemoveFailure
--- PASS: TestRemoveFailure (0.00s)
=== CONT TestMutateContainer
--- PASS: TestMutateContainer (0.00s)
=== CONT TestResetMultiFailures
--- PASS: TestResetMultiFailures (0.00s)
=== CONT TestPrepareMultiFailures
--- PASS: TestPrepareMultiFailures (0.00s)
=== CONT TestPrepareFailure
--- PASS: TestPrepareFailure (0.00s)
--- PASS: TestStatsContainerStream (0.21s)
FAIL
FAIL github.com/fsouza/go-dockerclient/testing 1.169s
FAIL
dh_auto_test: error: cd _build && go test -vet=off -v -p 2
github.com/fsouza/go-dockerclient github.com/fsouza/go-dockerclient/testing returned
exit code 1
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/ftbfs-future/
About the archive rebuild: This is an effort to keep trixie free from FTBFS bugs
during its lifetime as a supported distribution, as explained here:
https://lists.debian.org/debian-devel/2024/05/msg00414.html
(While they are not yet, please note that the bugs will be RC for trixie)
The build was made using sbuild and a reduced chroot with only
build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
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: golang-github-fsouza-go-dockerclient
Source-Version: 1.12.0-2
Done: Reinhard Tartler <siret...@tauware.de>
We believe that the bug you reported is fixed in the latest version of
golang-github-fsouza-go-dockerclient, 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 1078...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Reinhard Tartler <siret...@tauware.de> (supplier of updated
golang-github-fsouza-go-dockerclient 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: SHA512
Format: 1.8
Date: Mon, 17 Feb 2025 13:14:33 -0500
Source: golang-github-fsouza-go-dockerclient
Architecture: source
Version: 1.12.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Reinhard Tartler <siret...@tauware.de>
Closes: 1078617
Changes:
golang-github-fsouza-go-dockerclient (1.12.0-2) unstable; urgency=medium
.
* Disable test that will start failing in 2028, Closes: #1078617
* Add myself to Uploaders
Checksums-Sha1:
00e77fa08ccb3f27b148fd787b705888f6465f3b 2749
golang-github-fsouza-go-dockerclient_1.12.0-2.dsc
4e1b8a127e4306bf11881c2b0efa594030f0b3f6 4720
golang-github-fsouza-go-dockerclient_1.12.0-2.debian.tar.xz
Checksums-Sha256:
6217465278f5327f830cbbfbdf3d245953c2e1601ffa24b6e4361aca8cd4cf37 2749
golang-github-fsouza-go-dockerclient_1.12.0-2.dsc
bc9a7bb0960bd50977de87e047f3c8ea7828752d9ab8de4fe7433daaa33e22e8 4720
golang-github-fsouza-go-dockerclient_1.12.0-2.debian.tar.xz
Files:
51b23902b1e462e53e88fb7a3b3ee792 2749 golang optional
golang-github-fsouza-go-dockerclient_1.12.0-2.dsc
e0ce3e46152c4f83b55423c948afe655 4720 golang optional
golang-github-fsouza-go-dockerclient_1.12.0-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAmezfMsUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQSadpd5QoJst0pg//aBYaqA41GmmlkS1cZ7VvcQdpIvik
kmwR3Ngdun9G1bP33hpz1MtLSBuNRE5OTla1y1MHjXe22AzKvmul/iqu7AxoTln6
Qn3W0/8fODJ4ohVlvxIcT9oQac015OpQPihFxV4uQtdZjr/oObZCAspKpFMLaZhN
Cl60zvSp0zQM6fYEJi7nc3ogzLrbAIW/qz9oB7eYxXgvNwvey9i7V8B4C0cthRPG
T+Sf4iPaDezDr+3mcDXF77k16Etccf2nhtLcZt74L8w0QGISBTl3qgpvM0D7PRP6
/1IYHRP9ijbecWyykz8UxFttQBgdnn05TSUIlkdXBfbyANgqTFCAu7+NSTIv6pvj
q4CFHZgPdt5WV9hI0YAGiwzgLmrr1Ez4EGZxvUijo1oDuHe0QtCMoudHsBKzqOVn
XXLSpxDmD/kfaDaFVg4SJB1F8AvJCXtXI6L5IE37lHEew10r9fp8uW86RkEMqy+I
616T39beV7//JlNnbEwzagULA0JbqYzJpVN2VM/VhnM1IIOxjnHZAJmkXAaCki3r
9uQxddoCdhEzL4amtXacN63w9UiSihNmXmOm71FDP/OXQKYdwWbmWlaUDXn2F3D4
1hd4cjNv+OapViy2cxCMYaIqGPDon6eJK4hPuoBg6nE1AwpPwaQZd39pula5aFWp
z3mivRxEZ+yLalg=
=Lf5y
-----END PGP SIGNATURE-----
pgpS1l3mMwYkR.pgp
Description: PGP signature
--- End Message ---