Your message dated Wed, 16 Apr 2025 03:58:11 +0000
with message-id <e1u4tud-00bclx...@fasolo.debian.org>
and subject line Bug#1078617: fixed in golang-github-fsouza-go-dockerclient 
1.12.1-1
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.1-1
Done: Mathias Gibbens <gib...@debian.org>

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.
Mathias Gibbens <gib...@debian.org> (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: Wed, 16 Apr 2025 01:34:53 +0000
Source: golang-github-fsouza-go-dockerclient
Architecture: source
Version: 1.12.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Mathias Gibbens <gib...@debian.org>
Closes: 1078617
Changes:
 golang-github-fsouza-go-dockerclient (1.12.1-1) unstable; urgency=medium
 .
   * Team upload
   * New upstream release (Closes: #1078617)
     - Drop no longer needed patch to skip test
Checksums-Sha1:
 2fd5c6ea3e1e22fc999b10b3d909ee139828e79e 2602 
golang-github-fsouza-go-dockerclient_1.12.1-1.dsc
 c5ce96206d802f47f8660a13fc11c24af7c876d9 147271 
golang-github-fsouza-go-dockerclient_1.12.1.orig.tar.gz
 f7d123bfc1ef8a68e27eede9262424be569d6452 4436 
golang-github-fsouza-go-dockerclient_1.12.1-1.debian.tar.xz
 61c372f74a9d75555294be8732d89add896548f0 26885 
golang-github-fsouza-go-dockerclient_1.12.1-1_amd64.buildinfo
Checksums-Sha256:
 8114f591e1de49e25aac6a5bc6ba586a445715ca75cd17a000d0eb6f7248bcf1 2602 
golang-github-fsouza-go-dockerclient_1.12.1-1.dsc
 fc27d965bce68cd800a15ce5f94e7c827faf13ded6fea95483292a5be3827c44 147271 
golang-github-fsouza-go-dockerclient_1.12.1.orig.tar.gz
 c5eb9af2c6356afb4d96465e82829e40dddf8c4169313fe9a96b716ee533ddb6 4436 
golang-github-fsouza-go-dockerclient_1.12.1-1.debian.tar.xz
 47bd92f7a2c831ee870c96149007c7c2698342940d3865ea578bd78c66d8dfef 26885 
golang-github-fsouza-go-dockerclient_1.12.1-1_amd64.buildinfo
Files:
 b21c8193ff28d88f526b1f7347d831ef 2602 golang optional 
golang-github-fsouza-go-dockerclient_1.12.1-1.dsc
 6deec9da00a16302af99b24f4c25511b 147271 golang optional 
golang-github-fsouza-go-dockerclient_1.12.1.orig.tar.gz
 bd1017f7d6c4c880d8e5b778b96b77b6 4436 golang optional 
golang-github-fsouza-go-dockerclient_1.12.1-1.debian.tar.xz
 3be737127be30a0d2d5d7aa34e7ea70b 26885 golang optional 
golang-github-fsouza-go-dockerclient_1.12.1-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEE1Bp60H32xfynSJ8cKe7i1uz0QvkFAmf/DZcSHGdpYm1hdEBk
ZWJpYW4ub3JnAAoJECnu4tbs9EL5lKsP/1Q06qRixwT9V2ZOREwzlo/KjvxSKUYC
IWt8CtsD3bVj9pPNb+HDeptqmAwFNIECqvKNXBFf98fr9K+1c+iuW1NnEcx3rpNj
qSDiuXcM8e2nGHoMEWAN+8sd3cl2CJPuiX8N/p8pB5pNOUzQ4pHLPixfSeyTNuVH
b6/Q9Zh2SyB+mgiak54pFX8QJRkFsEdwFZmy1EHFgFlAclsKt0RmJBnP/Vm5r8cB
/XZqddRR/R6Hl1XWkswxfMhzcMn0eu7mIMq3L3anXN4UzqNBl+u8EtsDTj7SySc0
TNHjlEL7JOwXI5IYESxsyyVq2W/Tapc/msR9mWRVWIdRA4aMhGf6mx3HEk1iFlSZ
eTfWQKl/vzm3uXQwwDWOPiCH4Z3SfgVzoByXJG7hjQuoAxsbS21Sp9voRyioLVf6
gBA4w9u7P4v5/jxAu3PXVcQdnS1sMVe3euyaj0oGsALYfIoowhc6/xKnMfL8JbKb
VM1QuSMkXkIZrSu8picqMerq+nIBTlf6+QXtY/LDCKuzVgnd2SO17ht9KL+UqGNm
HABlhP7BLf490r9rqfpivMrpH4OcecGyUuB8Koe5f7zlkVuIvxdnfifgqbCyHV4F
g8iwIVngCK5pSFnm5ytx1y4P7TYMfqeI5IUyyGkN2k/OnnN3hg91QXkIHPzr+q8f
XfY1BUk/Je/Q
=q9OM
-----END PGP SIGNATURE-----

Attachment: pgpBhVsAdRZyU.pgp
Description: PGP signature


--- End Message ---

Reply via email to