[Bug 1200433] New: upstream bug in pyhton-typing_extensions
http://bugzilla.opensuse.org/show_bug.cgi?id=1200433 Bug ID: 1200433 Summary: upstream bug in pyhton-typing_extensions Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.4 Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other Assignee: screening-team-bugs@suse.de Reporter: Fred.Richards@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- There's a known bug in python typing_extensions release 3.10.0 as seen here -- https://github.com/ansible/ansible/issues/77857#issuecomment-1132066506 This affects things like ansible, as it sends python code to remote machines then executes it on those machines. to see this in action, create an ansible group "leap154" and run this command ... ansible leap154 -m setup ... this just gathers facts about the remote machines. It fails with the following error against Leap 15.4 -- An exception occurred during task execution. To see the full traceback, use -vvv. The error was: AttributeError: module 'typing_extensions' has no attribute 'OrderedDictTypedDict' ... same error as the github comment above. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1200433 Frederick Richards <Fred.Richards@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Other |Development Hardware|Other |x86-64 OS|Other |openSUSE Leap 15.4 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1200433 Frederick Richards <Fred.Richards@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|upstream bug in |upstream bug in |pyhton-typing_extensions |python-typing_extensions -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1200433 Frederick Richards <Fred.Richards@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1200433 Frederick Richards <Fred.Richards@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Fred.Richards@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1200433 Bernhard Wiedemann <bwiedemann@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mcepl@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1200433 http://bugzilla.opensuse.org/show_bug.cgi?id=1200433#c2 --- Comment #2 from Frederick Richards <Fred.Richards@suse.com> --- Sure, steps to reproduce - * take a bastion host with ansible which manages Leap 15.3 servers * upgrade those servers to 15.4 * ansible "setup" module fails Just wanted to open a bug in case others run into the issue. Expected behavior is a Leap 15.4 server getting the same result as 15.3. Removing python3-typing_extensions does, indeed workaround the issue. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1200433 http://bugzilla.opensuse.org/show_bug.cgi?id=1200433#c5 --- Comment #5 from Frederick Richards <Fred.Richards@suse.com> --- The version of ansible on the bastion host (jump box) is 6.0.0 under Arch Linux, it's part of a heterogeneous environment of about four dozen machines, including differing versions of arch, centos, rhel, ubuntu, debian and opensuse (micro os, SLE, Leap, tumbleweed and SLE Micro). The Leap 15.4 machines were the only two with this particular problem. Why might the version of Ansible on the bastion host matter? -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com