Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-46263: Don't use MULTIARCH on FreeBSD #30410

Merged
merged 2 commits into from Jan 5, 2022
Merged

bpo-46263: Don't use MULTIARCH on FreeBSD #30410

merged 2 commits into from Jan 5, 2022

Conversation

@tiran
Copy link
Member

@tiran tiran commented Jan 5, 2022

https://bugs.python.org/issue46263

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Jan 5, 2022

🤖 New build scheduled with the buildbot fleet by @tiran for commit cfdffc4 🤖

If you want to schedule another build, you need to add the "🔨 test-with-buildbots" label again.

@tiran tiran merged commit cae5554 into python:main Jan 5, 2022
12 checks passed
@tiran tiran deleted the bpo-46263 branch Jan 5, 2022
@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jan 5, 2022

Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒🤖

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Jan 5, 2022

@tiran: Please replace # with GH- in the commit message next time. Thanks!

miss-islington added a commit to miss-islington/cpython that referenced this issue Jan 5, 2022
(cherry picked from commit cae5554)

Co-authored-by: Christian Heimes <christian@python.org>
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Jan 5, 2022

GH-30413 is a backport of this pull request to the 3.10 branch.

miss-islington added a commit to miss-islington/cpython that referenced this issue Jan 5, 2022
(cherry picked from commit cae5554)

Co-authored-by: Christian Heimes <christian@python.org>
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Jan 5, 2022

GH-30414 is a backport of this pull request to the 3.9 branch.

miss-islington added a commit that referenced this issue Jan 5, 2022
(cherry picked from commit cae5554)

Co-authored-by: Christian Heimes <christian@python.org>
miss-islington added a commit that referenced this issue Jan 5, 2022
(cherry picked from commit cae5554)

Co-authored-by: Christian Heimes <christian@python.org>
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Jan 5, 2022

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot AMD64 Arch Linux Asan 3.x has failed when building commit cae5554.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/582/builds/860) and take a look at the build logs.
  4. Check if the failure is related to this commit (cae5554) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/582/builds/860

Failed tests:

  • test_multiprocessing_fork

Summary of the results of the build (if available):

==

Click to see traceback logs
Traceback (most recent call last):
  File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
    ^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_c632a595'


Traceback (most recent call last):
  File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
    ^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_ab7021b3'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants