Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 951940 - dev-python/pygame-2.6.1 fails test pygame.tests.mixer_test.ChannelTypeTest.test_queue
Summary: dev-python/pygame-2.6.1 fails test pygame.tests.mixer_test.ChannelTypeTest.te...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2025-03-23 20:09 UTC by Jonathan Lovelace
Modified: 2025-03-24 07:19 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
dev-python:pygame-2.6.1:20250323-171818.log (dev-python:pygame-2.6.1:20250323-171818.log,473.26 KB, text/plain)
2025-03-23 20:09 UTC, Jonathan Lovelace
Details
emerge-info.txt (emerge-info.txt,9.48 KB, text/plain)
2025-03-23 20:10 UTC, Jonathan Lovelace
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Lovelace 2025-03-23 20:09:53 UTC
Created attachment 922341 [details]
dev-python:pygame-2.6.1:20250323-171818.log

When rebuilding as part of an "emerge --emptytree @world" run, =dev-python/pygame-2.6.1 fails its test phase, specificaally the following test:

======================================================================
FAIL: test_queue (pygame.tests.mixer_test.ChannelTypeTest.test_queue)
Ensure the Channel.queue() works correctly
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/pygame-2.6.1/work/pygame-2.6.1-python3_12/install/usr/lib/python3.12/site-packages/pygame/tests/mixer_test.py", line 861, in test_queue
    self.assertFalse(channel.get_busy())
AssertionError: True is not false

----------------------------------------------------------------------
Ran 75 tests in 12.130s

FAILED (failures=1, skipped=1, expected failures=2)

(The one possibility that has occurred to me that might make this just a local misconfiguration is that the version of gentoo-sources corresponding to the currently running kernel got accidentally distcleaned; once this emptytree completes successfully and I reboot into the latest-built kernel I'll try to remember to try rebuilding this without the FEATURES=test-fail-continue I'm about to add, and if it works I'll close this bug.)
Comment 1 Jonathan Lovelace 2025-03-23 20:10:35 UTC
Created attachment 922342 [details]
emerge-info.txt