ProposedMigrationNotes

Differences between revisions 2 and 26 (spanning 24 versions)
Revision 2 as of 2020-01-29 04:19:56
Size: 4288
Editor: bryce
Comment:
Revision 26 as of 2020-02-19 22:49:21
Size: 2862
Editor: bryce
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
=== Qemu ===
Line 10: Line 9:
There is a qemu 4.0 with some CVEs hanging on failed build. But Christian has a qemu 4.2 soon to be ready that works and will fix the same issues (and more). === ruby2.5 / ruby2.7 ===
Line 12: Line 11:
=== nss === TBD?
Line 14: Line 13:
Is blocked by some JDK tests on arm
Two of them seem odd and always fail or skip.
The only one that sometimes works is
http://autopkgtest.ubuntu.com/packages/o/openjdk-lts/focal/arm64
The result is literally "jdk FLAKY timed out"
For now Christian restarted, but maybe the test should be masked.
@Doko - from the uploader it seems you handle openjdk-lts opinions on how to handle its tests?
blocks gmp and rubygems-integration
Line 22: Line 15:
=== crmsh === === mysql-8.0 ===
Line 24: Line 17:
tests block on new python3-default
"crmsh.minieval.FeatureNotAvailable: Sorry, Constant is not available in this evaluator"
The issue is reproducible outside the test environment.
It seems ast processing changed in py3.8
Found other changes like "py3.8 uses ast.Constant instead of ast.Num, ast.Str, ast.NameConstant" in [[https://github.com/mommothazaz123/simpleeval/commit/65ab6c510563a490f22b7307b7370457cd839afe|other projects]].
Seems crmsh needs [[https://docs.python.org/3/library/ast.html#ast.AST|py3.8 fixes for ast]].
Christian came up with a fix and [[https://github.com/ClusterLabs/crmsh/issues/518|submitted it upstream]] for review and integration
TBD?
Line 32: Line 19:
=== DPDK === === kronosnet ===
Line 34: Line 21:
DPDK breaks indirectly on the new python as well.
The tests have a unversioned python dependency that e.g. breaks pciutils now.
Christian has a [[https://salsa.debian.org/debian/dpdk/commit/bda4445c38450c38adb45a7f833155eaff3e3bf0|fix in Debian]] already - needs an upload to debian to merge it from there.
Failure on i386

Appears due to unmet dependencies for gcc:i386 and make:i386

This is likely fixable by replacing the test dependencies on gcc and make with a test dependency on build-essential (the autopkgtest cross-test implementation special-cases build-essential, mapping it to build-essential:native + crossbuild-essential-$arch:native).
Line 39: Line 28:
=== Pacemaker === == Current Transitions Notes ==
* php7.4 transition upcoming, but hasn't started yet
* ruby transition upcoming, but hasn't started yet
Line 41: Line 32:
Pacemaker has been stuck for a while. Andreas believes the current blockage is due to python3.8. He somewhat traced it down to: pacemaker -> pacemaker-resource-agents -> resource-agents -> cluster-glue -> python3.8 -> libpython3.8-stdlib -> libffi === Python 2 Deprecation ===
Line 43: Line 34:
=== cluster-glue === Doko writes, "One more update, the unversioned python packages are now gone in focal. There will be some cleanup to do for NBS and build dependencies. A more complete follow-up will be sent next week. I removed a lot of packages from focal to get this done. Apologies if that affects any derivative. Please contact me on irc or via email to restore those package. However I don't have the resources to actively port these packages to Python3."
Line 45: Line 36:
Andreas recently rebuilt cluster-glue, which was still using python3.7, but more is needed.

=== Samba ===

Regarding samba, Andreas had to merge two i386 hints (for samba/i386 and tdb/i386), trigger rebuilds after ldb/talloc/tdb were uploaded, and kick new test runs with specific triggers to sort out tdb runs with plinth and samba itself.

=== sssd ===

sssd has an [[https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/1861050|FTBFS with python3.8]], which Andreas started to troubleshoot last night (Mon Jan 27, 2020) and will continue today. That rebuild needs to work to unblock all of this.

=== ldb ===

ldb is stuck because of python3-defaults, which still has [[https://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html#python3-defaults|many reds]].

== Current Transitions Notes ==

=== Cluster Stack Transition ===

There may be some residual items from this migration.
Line 72: Line 44:
See https://bugs.launchpad.net/ubuntu/+source/dh-python/+bug/1863195

== Ruby 2.7 Transition ==

Lucas put out proposal to mailing list. So far, builds going ok in PPA, no known problems.

== PHP 7.4 Transition ==

Bryce put out proposal to mailing list. Debian is working actively on this ATM.

Server Team - Proposed Migration Notes

This collects notes and findings from the server team's proposed migration page for the current development release. This page lists packages that are stuck in proposed due to a variety of issues, some of which are in-scope for the server team, others of which may have broader causes.

Blocked Packages

Below are the server team's collective guesses as to what's going on with some of the packages listed as .

ruby2.5 / ruby2.7

TBD?

blocks gmp and rubygems-integration

mysql-8.0

TBD?

kronosnet

Failure on i386

Appears due to unmet dependencies for gcc:i386 and make:i386

This is likely fixable by replacing the test dependencies on gcc and make with a test dependency on build-essential (the autopkgtest cross-test implementation special-cases build-essential, mapping it to build-essential:native + crossbuild-essential-$arch:native).

Current Transitions Notes

* php7.4 transition upcoming, but hasn't started yet * ruby transition upcoming, but hasn't started yet

Python 2 Deprecation

Doko writes, "One more update, the unversioned python packages are now gone in focal. There will be some cleanup to do for NBS and build dependencies. A more complete follow-up will be sent next week. I removed a lot of packages from focal to get this done. Apologies if that affects any derivative. Please contact me on irc or via email to restore those package. However I don't have the resources to actively port these packages to Python3."

Python 3.8 Transition

These items appear blocked due to the https://people.canonical.com/~ubuntu-archive/transitions/html/python3.7-8.html python 3.8 transition.

On Focal tests related to python Christian has seen a zillion of these "/usr/lib/python3.8/subprocess.py:838: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used". None in server packages, but some cleanup for that is likely to follow.

See https://bugs.launchpad.net/ubuntu/+source/dh-python/+bug/1863195

Ruby 2.7 Transition

Lucas put out proposal to mailing list. So far, builds going ok in PPA, no known problems.

PHP 7.4 Transition

Bryce put out proposal to mailing list. Debian is working actively on this ATM.

Final Notes

The proposed migration list is highly volatile; packages come and go on a regular basis. So, if this page's last update is more than a few days ago it is probably outdated. If it hasn't been updated in a few weeks, it's probably obsolete. (And if it hasn't been updated in a few months, please feel free to delete it since it's evidently no longer used.)

ServerTeam/ProposedMigrationNotes (last edited 2020-02-20 23:02:00 by bryce)