Your message dated Sat, 06 Jul 2024 20:15:30 -0400
with message-id <[email protected]>
and subject line Fwd: docker.io_26.1.4+dfsg1-1_source.changes ACCEPTED into 
experimental
has caused the Debian Bug report #1038902,
regarding docker.io: FTBFS skip btrfs
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 [email protected]
immediately.)


-- 
1038902: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1038902
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: docker.io
Severity: serious
Tags: ftbfs
control: tags -1 + patch
Justification: FTBFS

Dear Maintainer,

I had applied the following patch for compiling under btrfs for buster. Could
you refresh and apply for other version


Bastien
From: =?utf-8?q?Bastien_Roucari=C3=A8s?= <[email protected]>
Date: Thu, 22 Jun 2023 19:10:05 +0000
Subject: Skip btrfs test

Do not test btrfs it fail on pbuilder with btrfs filesystem (need root)

forwarded: not-needed
---
 containerd/snapshots/btrfs/btrfs_test.go      | 3 +++
 engine/daemon/graphdriver/btrfs/btrfs_test.go | 6 ++++++
 2 files changed, 9 insertions(+)

diff --git a/containerd/snapshots/btrfs/btrfs_test.go b/containerd/snapshots/btrfs/btrfs_test.go
index 6e51023..5f08713 100644
--- a/containerd/snapshots/btrfs/btrfs_test.go
+++ b/containerd/snapshots/btrfs/btrfs_test.go
@@ -38,6 +38,7 @@ import (
 
 func boltSnapshotter(t *testing.T) func(context.Context, string) (snapshots.Snapshotter, func() error, error) {
 	mkbtrfs, err := exec.LookPath("mkfs.btrfs")
+	t.Skip("DM - skipping privileged test")
 	if err != nil {
 		t.Skipf("could not find mkfs.btrfs: %v", err)
 	}
@@ -88,11 +89,13 @@ func boltSnapshotter(t *testing.T) func(context.Context, string) (snapshots.Snap
 
 func TestBtrfs(t *testing.T) {
 	testutil.RequiresRoot(t)
+	t.Skip("DM - skipping privileged test")
 	testsuite.SnapshotterSuite(t, "Btrfs", boltSnapshotter(t))
 }
 
 func TestBtrfsMounts(t *testing.T) {
 	testutil.RequiresRoot(t)
+	t.Skip("DM - skipping privileged test")
 	ctx := context.Background()
 
 	// create temporary directory for mount point
diff --git a/engine/daemon/graphdriver/btrfs/btrfs_test.go b/engine/daemon/graphdriver/btrfs/btrfs_test.go
index b70e93b..b13ca42 100644
--- a/engine/daemon/graphdriver/btrfs/btrfs_test.go
+++ b/engine/daemon/graphdriver/btrfs/btrfs_test.go
@@ -13,22 +13,27 @@ import (
 // This avoids creating a new driver for each test if all tests are run
 // Make sure to put new tests between TestBtrfsSetup and TestBtrfsTeardown
 func TestBtrfsSetup(t *testing.T) {
+	t.Skip("DM - skipping privileged test")
 	graphtest.GetDriver(t, "btrfs")
 }
 
 func TestBtrfsCreateEmpty(t *testing.T) {
+	t.Skip("DM - skipping privileged test")
 	graphtest.DriverTestCreateEmpty(t, "btrfs")
 }
 
 func TestBtrfsCreateBase(t *testing.T) {
+	t.Skip("DM - skipping privileged test")
 	graphtest.DriverTestCreateBase(t, "btrfs")
 }
 
 func TestBtrfsCreateSnap(t *testing.T) {
+	t.Skip("DM - skipping privileged test")
 	graphtest.DriverTestCreateSnap(t, "btrfs")
 }
 
 func TestBtrfsSubvolDelete(t *testing.T) {
+	t.Skip("DM - skipping privileged test")
 	d := graphtest.GetDriver(t, "btrfs")
 	if err := d.CreateReadWrite("test", "", nil); err != nil {
 		t.Fatal(err)
@@ -61,5 +66,6 @@ func TestBtrfsSubvolDelete(t *testing.T) {
 }
 
 func TestBtrfsTeardown(t *testing.T) {
+	t.Skip("DM - skipping privileged test")
 	graphtest.PutDriver(t)
 }

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


--- End Message ---
--- Begin Message ---
Version: 26.1.4+dfsg1-1

I've changed the debian/rules file to not die. Those tests are really involved and not supposed to run outside of a container anyways.
With this, I think we can close this bug.

-------- Original Message --------
Subject: docker.io_26.1.4+dfsg1-1_source.changes ACCEPTED into experimental
Date: 2024-07-04 08:50
From: Debian FTP Masters <[email protected]>
To: Debian Go Packaging Team <[email protected]>, Reinhard Tartler <[email protected]>

Thank you for your contribution to Debian.



Accepted:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 04 Jul 2024 07:42:06 -0400
Source: docker.io
Architecture: source
Version: 26.1.4+dfsg1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Reinhard Tartler <[email protected]>
Closes: 913664 979316 992486 1033839 1051202 1068460 1070378 1070821 1071745 1072145
Changes:
 docker.io (26.1.4+dfsg1-1) experimental; urgency=medium
 .
   * Team upload
   * New upstream release [24.0.9]
   * New upstream release [26.1.4], closes: #1051202, #1051202, #1033839
     - libnetwork: Add docker interfaces to firewalld docker zone,
       closes: #913664
     - engine: CVE-2024-29018, closes: #1068460
     - engine: CVE-2024-24557, closes: #1071745
     - engine: CVE-2024-32473, closes: #1070378
     - engine: reportedly no longer randomly kills containers, cf.
       https://github.com/moby/moby/issues/38768#issuecomment-688518332,
       closes: #979316
   * Recommend dbus-user-session, closes: #992486
* Make failing unit tests not fail the package build, Closes: #1070821
     rationale: Unit tests are written to be run in well-controlled
containers, which are hard to replicate in a package build. Instead,
     run a smoke test that ensures the executables are linked correctly.
   * Skip Failing test Can't find mount point of /, Closes: #1072145
Checksums-Sha1:
075292ae7c289c9c2d94b5181772f484fecc40f0 8230 docker.io_26.1.4+dfsg1-1.dsc bcd1ac9db67eb0ab8e27e0578085d6097f8700fd 1202536 docker.io_26.1.4+dfsg1.orig-cli.tar.xz 7e88bd8a5b76e2db7404fe87efd1e467f509737b 1223712 docker.io_26.1.4+dfsg1.orig-swarmkit.tar.xz 6d84087121dc2c596dc1e7630f64747db360b117 4467360 docker.io_26.1.4+dfsg1.orig.tar.xz 493d90ed1e15bbbfb9863a7aea623d61d4d3c8c1 47304 docker.io_26.1.4+dfsg1-1.debian.tar.xz
Checksums-Sha256:
9ace84a1cfe275bfc0f6768af149cb7e36fb89652f5ce4235e3beb73bd177ddc 8230 docker.io_26.1.4+dfsg1-1.dsc 6452cddf5dcf9387d08cac3c572a87fccd691e4effd833688e89a8733ecdc8d0 1202536 docker.io_26.1.4+dfsg1.orig-cli.tar.xz 968d252acc0f29848903a6d707090880f59b4303e4e1f80cd72aadc84375811c 1223712 docker.io_26.1.4+dfsg1.orig-swarmkit.tar.xz d708732beaff4a9fef5673b9a73db4be04d362bbcb1ce7ffbf1d6c3fb42729d5 4467360 docker.io_26.1.4+dfsg1.orig.tar.xz 6e0b889bda8c19cb57ef640a6755745aacd67cf7f6dbfb0f9fc38491c4d6a84b 47304 docker.io_26.1.4+dfsg1-1.debian.tar.xz
Files:
6f278b1697d30431637ffcba08a56d52 8230 admin optional docker.io_26.1.4+dfsg1-1.dsc 2759dd21b63beb64b9116a243c262118 1202536 admin optional docker.io_26.1.4+dfsg1.orig-cli.tar.xz c24add18aca02541452d5b51c7dd5af4 1223712 admin optional docker.io_26.1.4+dfsg1.orig-swarmkit.tar.xz afc2438437d1dc9dc24ebaed2336d397 4467360 admin optional docker.io_26.1.4+dfsg1.orig.tar.xz 3e4229694888ea5d34971c153a530e79 47304 admin optional docker.io_26.1.4+dfsg1-1.debian.tar.xz

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

iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAmaGkloUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQSadpd5QoJss9SQ//WrrGxemsm8Sco++P8RrvBbLa/aNP
MC88ViUicjficmS7U5/lAnMQV2lSAekpEglJnCK0zOFSwpMcp9ybqh2725l4Skoo
umA3I+OC6voJTyE+Erq6rnjmVST//uXOk/eUt2zMH9VlRv/NGPpkRdglEnw0YtTO
OdnSW7L/J1z+1kNft4idZyBsLaieGbzxbblMBXFZ+mEf52yPh3SZ7ap4+ob/sxX1
mgAZ2dRkX3nB9w0FK99DE56STWfg0BS+K7ok9Tfc2x/O8NlVf49dmcnqY8GbNXol
q/DbAXlZX40Fx8pk/tzZD99A+ojO5alr92S31JO+LcuXb0jilZx2WHgERggnqVJg
Wqk1gRyERmUN4BuXWeUyDCeTN5BVrl4uYGTL7wGe7ax/4zYD+yOdtYS7liy3VCRp
aSF57LX7v5WjvYC0e7xtBKu7KuQNhmsRb4bsaUW/7UQFq0pKi8xbZbseVkl9NdJi
DaTKbuo5nswgRWPOP5jmUDkpiySQaKPSyDljgCgI1GSjIwR10esPq6DQ6cPwoddV
+3Fl3e3W0nPj0qHoLbjFDKVfXOHmwdo9ItNA12p/8bE4iyb+LGWFPKw5L8Kb7487
G0HdX1OuElPwT/V0+dBZ2viQUxM5mAkyrDkv3kKNZ44FBHCDqtrNsfSdlD1QbjiS
6+dzCKOt4Y1H+Po=
=E6pS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to