Backport containerd 1.5.2 to all supported releases

Bug #1931464 reported by Lucas Kanashiro
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
containerd (Ubuntu)
Fix Released
Undecided
Unassigned
Bionic
Fix Released
Undecided
Unassigned
Focal
Fix Released
Undecided
Unassigned
Groovy
Fix Released
Undecided
Unassigned
Hirsute
Fix Released
Undecided
Unassigned

Bug Description

[Impact]

runc has been updated to version 1.0.0~rc95 in all supported releases (LP: #1927219). To make containerd better support this new runc version we also need to update it. The current version of containerd in Impish is 1.5.2-0ubuntu1 and this one has a better support for this new runc release. Due to that, let's backport containerd/1.5.2-0ubuntu1 to all supported releases (a.k.a. Bionic, Focal, Groovy and Hirsute).

[Test Plan]

Per https://wiki.ubuntu.com/DockerUpdates, our test case is the autopkgtests.

[Where problems could occur]

As usual, we deliver most benefit to our users by delivering an upstream experience. A risk of regressions is part of that.

Changed in containerd (Ubuntu):
status: New → Fix Released
Revision history for this message
Łukasz Zemczak (sil2100) wrote : Please test proposed package

Hello Lucas, or anyone else affected,

Accepted containerd into hirsute-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/containerd/1.5.2-0ubuntu1~21.04.1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed-hirsute to verification-done-hirsute. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-hirsute. In either case, without details of your testing we will not be able to proceed.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping!

N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.

Changed in containerd (Ubuntu Hirsute):
status: New → Fix Committed
tags: added: verification-needed verification-needed-hirsute
Changed in containerd (Ubuntu Groovy):
status: New → Fix Committed
tags: added: verification-needed-groovy
Revision history for this message
Łukasz Zemczak (sil2100) wrote :

Hello Lucas, or anyone else affected,

Accepted containerd into groovy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/containerd/1.5.2-0ubuntu1~20.10.1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed-groovy to verification-done-groovy. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-groovy. In either case, without details of your testing we will not be able to proceed.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping!

N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.

Revision history for this message
Łukasz Zemczak (sil2100) wrote :

Hello Lucas, or anyone else affected,

Accepted containerd into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/containerd/1.5.2-0ubuntu1~20.04.1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed-focal to verification-done-focal. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-focal. In either case, without details of your testing we will not be able to proceed.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping!

N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.

Changed in containerd (Ubuntu Focal):
status: New → Fix Committed
tags: added: verification-needed-focal
Changed in containerd (Ubuntu Bionic):
status: New → Fix Committed
tags: added: verification-needed-bionic
Revision history for this message
Łukasz Zemczak (sil2100) wrote :

Hello Lucas, or anyone else affected,

Accepted containerd into bionic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/containerd/1.5.2-0ubuntu1~18.04.1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed-bionic to verification-done-bionic. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-bionic. In either case, without details of your testing we will not be able to proceed.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping!

N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.

Revision history for this message
Łukasz Zemczak (sil2100) wrote :

All accepted. One question just out of curiosity - both the bionic and focal uploads had this change in debian/rules which wasn't really explained (not present in groovy or hirsute):

+# GO111MODULE needs to be set to "off" to avoid checking modules information online
+export GO111MODULE := off

Before verifying the upload, can you give me some more context on why that's required for those series?

Revision history for this message
Lucas Kanashiro (lucaskanashiro) wrote :

The reason to set GO111MODULE to off is to build using the GOPATH mode and ignore the go.mod file. When it checks the go.mod file it tries to fetch some information from the Internet. Using Go >= 1.14 setting this variable to auto is enough, but in Focal and Bionic where we are using Go 1.13 it does not work and it still tries to download stuff from the outside world instead of using GOPATH mode. That's the reason why I diverged there, in case you try to set this variable to auto as in the other releases you will see a FTBFS.

Revision history for this message
Lucas Kanashiro (lucaskanashiro) wrote :

I did the verification of the packages in -proposed in all releases:

Hirsute
-------

ubuntu@hirsute:~/containerd/containerd-1.5.2$ head -n 9 debian/changelog
containerd (1.5.2-0ubuntu1~21.04.1) hirsute; urgency=medium

  * New upstream release, backport from Impish (LP: #1931464).
  * d/p/skip-tests-with-privilege.patch: add a patch to skip tests which
    require a certain level of privilege not achievable in the build
    environment.

 -- Lucas Kanashiro <email address hidden> Fri, 21 May 2021 16:48:34 -0300

ubuntu@hirsute:~/containerd/containerd-1.5.2$ sudo autopkgtest . -- null
...
autopkgtest [16:06:54]: @@@@@@@@@@@@@@@@@@@@ summary
basic-smoke PASS

Groovy
------

ubuntu@groovy:~/containerd/containerd-1.5.2$ head -n 9 debian/changelog
containerd (1.5.2-0ubuntu1~20.10.1) groovy; urgency=medium

  * New upstream release, backport from Impish (LP: #1931464).
  * d/p/skip-tests-with-privilege.patch: add a patch to skip tests which
    require a certain level of privilege not achievable in the build
    environment.

 -- Lucas Kanashiro <email address hidden> Fri, 21 May 2021 17:02:23 -0300

ubuntu@groovy:~/containerd/containerd-1.5.2$ sudo autopkgtest . -- null
...
autopkgtest [11:53:38]: @@@@@@@@@@@@@@@@@@@@ summary
basic-smoke PASS

Focal
-----

ubuntu@focal:~/containerd/containerd-1.5.2$ head -n 10 debian/changelog
containerd (1.5.2-0ubuntu1~20.04.1) focal; urgency=medium

  * New upstream release, backport from Impish (LP: #1931464).
  * d/p/skip-tests-with-privilege.patch: add a patch to skip tests which
    require a certain level of privilege not achievable in the build
    environment.
  * d/rules: set GO111MODULE variable to off to avoid Internet connection.

 -- Lucas Kanashiro <email address hidden> Fri, 21 May 2021 17:11:42 -0300

ubuntu@focal:~/containerd/containerd-1.5.2$ sudo autopkgtest . -- null
...
autopkgtest [16:04:03]: @@@@@@@@@@@@@@@@@@@@ summary
basic-smoke PASS

Bionic
------

ubuntu@bionic:~/containerd/containerd-1.5.2$ head -n 10 debian/changelog
containerd (1.5.2-0ubuntu1~18.04.1) bionic; urgency=medium

  * New upstream release, backport from Impish (LP: #1931464).
  * d/p/skip-tests-with-privilege.patch: add a patch to skip tests which
    require a certain level of privilege not achievable in the build
    environment.
  * d/rules: set GO111MODULE variable to off to avoid Internet connection.

 -- Lucas Kanashiro <email address hidden> Fri, 21 May 2021 17:39:43 -0300

ubuntu@bionic:~/containerd/containerd-1.5.2$ sudo autopkgtest . -- null
...
autopkgtest [11:53:42]: @@@@@@@@@@@@@@@@@@@@ summary
basic-smoke PASS

tags: added: verification-done verification-done-bionic verification-done-focal verification-done-groovy verification-done-hirsute
removed: verification-needed verification-needed-bionic verification-needed-focal verification-needed-groovy verification-needed-hirsute
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package containerd - 1.5.2-0ubuntu1~21.04.1

---------------
containerd (1.5.2-0ubuntu1~21.04.1) hirsute; urgency=medium

  * New upstream release, backport from Impish (LP: #1931464).
  * d/p/skip-tests-with-privilege.patch: add a patch to skip tests which
    require a certain level of privilege not achievable in the build
    environment.

 -- Lucas Kanashiro <email address hidden> Fri, 21 May 2021 16:48:34 -0300

Changed in containerd (Ubuntu Hirsute):
status: Fix Committed → Fix Released
Revision history for this message
Łukasz Zemczak (sil2100) wrote : Update Released

The verification of the Stable Release Update for containerd has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions.

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package containerd - 1.5.2-0ubuntu1~20.10.1

---------------
containerd (1.5.2-0ubuntu1~20.10.1) groovy; urgency=medium

  * New upstream release, backport from Impish (LP: #1931464).
  * d/p/skip-tests-with-privilege.patch: add a patch to skip tests which
    require a certain level of privilege not achievable in the build
    environment.

 -- Lucas Kanashiro <email address hidden> Fri, 21 May 2021 17:02:23 -0300

Changed in containerd (Ubuntu Groovy):
status: Fix Committed → Fix Released
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package containerd - 1.5.2-0ubuntu1~20.04.1

---------------
containerd (1.5.2-0ubuntu1~20.04.1) focal; urgency=medium

  * New upstream release, backport from Impish (LP: #1931464).
  * d/p/skip-tests-with-privilege.patch: add a patch to skip tests which
    require a certain level of privilege not achievable in the build
    environment.
  * d/rules: set GO111MODULE variable to off to avoid Internet connection.

 -- Lucas Kanashiro <email address hidden> Fri, 21 May 2021 17:11:42 -0300

Changed in containerd (Ubuntu Focal):
status: Fix Committed → Fix Released
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package containerd - 1.5.2-0ubuntu1~18.04.1

---------------
containerd (1.5.2-0ubuntu1~18.04.1) bionic; urgency=medium

  * New upstream release, backport from Impish (LP: #1931464).
  * d/p/skip-tests-with-privilege.patch: add a patch to skip tests which
    require a certain level of privilege not achievable in the build
    environment.
  * d/rules: set GO111MODULE variable to off to avoid Internet connection.

 -- Lucas Kanashiro <email address hidden> Fri, 21 May 2021 17:39:43 -0300

Changed in containerd (Ubuntu Bionic):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.