René's URL Explorer Experiment


Title: test_embed fails if Python is built with LTO and LLVM clang on macOS · Issue #110313 · python/cpython · GitHub

Open Graph Title: test_embed fails if Python is built with LTO and LLVM clang on macOS · Issue #110313 · python/cpython

X Title: test_embed fails if Python is built with LTO and LLVM clang on macOS · Issue #110313 · python/cpython

Description: Bug report Bug description: # Next, run the profile task to generate the profile information. LLVM_PROFILE_FILE="code-%p.profclangr" ./python.exe -m test --pgo --timeout= Raised RLIMIT_NOFILE: 256 -> 1024 0:00:00 load avg: 3.49 Run 44 te...

Open Graph Description: Bug report Bug description: # Next, run the profile task to generate the profile information. LLVM_PROFILE_FILE="code-%p.profclangr" ./python.exe -m test --pgo --timeout= Raised RLIMIT_NOFILE: 256 ...

X Description: Bug report Bug description: # Next, run the profile task to generate the profile information. LLVM_PROFILE_FILE="code-%p.profclangr" ./python.exe -m test --pgo --timeout= Raised RLIMIT_NO...

Opengraph URL: https://github.com/python/cpython/issues/110313

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"test_embed fails if Python is built with LTO and LLVM clang on macOS","articleBody":"# Bug report\n\n### Bug description:\n\n```\n# Next, run the profile task to generate the profile information.\nLLVM_PROFILE_FILE=\"code-%p.profclangr\"  ./python.exe -m test --pgo --timeout=\nRaised RLIMIT_NOFILE: 256 -\u003e 1024\n0:00:00 load avg: 3.49 Run 44 tests sequentially\n0:00:00 load avg: 3.49 [ 1/44] test_array\n0:00:01 load avg: 3.49 [ 2/44] test_base64\n0:00:01 load avg: 3.49 [ 3/44] test_binascii -- test_base64 failed (env changed)\n0:00:01 load avg: 3.49 [ 4/44] test_binop\n0:00:01 load avg: 3.49 [ 5/44] test_bisect\n0:00:01 load avg: 3.49 [ 6/44] test_bytes\n0:00:05 load avg: 3.37 [ 7/44] test_bz2 -- test_bytes failed (env changed)\n0:00:07 load avg: 3.37 [ 8/44] test_cmath\n0:00:07 load avg: 3.34 [ 9/44] test_codecs\n0:00:09 load avg: 3.34 [10/44] test_collections\n0:00:10 load avg: 3.34 [11/44] test_complex\n0:00:10 load avg: 3.34 [12/44] test_dataclasses\n0:00:11 load avg: 3.34 [13/44] test_datetime\n0:00:16 load avg: 3.39 [14/44] test_decimal\n-------------------------------------------------------- NOTICE --------------------------------------------------------\ntest_decimal may generate \"malloc can't allocate region\"\nwarnings on macOS systems. This behavior is known. Do not\nreport a bug unless tests are also failing.\nSee https://github.com/python/cpython/issues/85100\n------------------------------------------------------------------------------------------------------------------------\n./Modules/_decimal/libmpdec/context.c:57: warning: mpd_setminalloc: ignoring request to set MPD_MINALLOC a second time\n\npython.exe(67804,0x7fffa28f43c0) malloc: *** mach_vm_map(size=842105263157895168) failed (error code=3)\n*** error: can't allocate region\n*** set a breakpoint in malloc_error_break to debug\npython.exe(67804,0x7fffa28f43c0) malloc: *** mach_vm_map(size=842105263157895168) failed (error code=3)\n*** error: can't allocate region\n*** set a breakpoint in malloc_error_break to debug\npython.exe(67804,0x7fffa28f43c0) malloc: *** mach_vm_map(size=421052631578947584) failed (error code=3)\n*** error: can't allocate region\n*** set a breakpoint in malloc_error_break to debug\npython.exe(67804,0x7fffa28f43c0) malloc: *** mach_vm_map(size=421052631578947584) failed (error code=3)\n*** error: can't allocate region\n*** set a breakpoint in malloc_error_break to debug\n0:00:22 load avg: 3.28 [15/44] test_difflib\n0:00:23 load avg: 3.10 [16/44] test_embed\ntest test_embed failed\n0:00:28 load avg: 3.17 [17/44] test_float -- test_embed failed (41 failures)\n0:00:28 load avg: 3.17 [18/44] test_fstring\n0:00:31 load avg: 3.17 [19/44] test_functools\n./Modules/_decimal/libmpdec/context.c:57: warning: mpd_setminalloc: ignoring request to set MPD_MINALLOC a second time\n\n0:00:31 load avg: 3.17 [20/44] test_generators\n0:00:32 load avg: 3.17 [21/44] test_hashlib\n0:00:33 load avg: 3.08 [22/44] test_heapq\n0:00:34 load avg: 3.08 [23/44] test_int\n0:00:34 load avg: 3.08 [24/44] test_itertools\n0:00:38 load avg: 2.99 [25/44] test_json\n0:00:41 load avg: 2.99 [26/44] test_long -- test_json failed (env changed)\n0:00:44 load avg: 2.83 [27/44] test_lzma\n0:00:45 load avg: 2.83 [28/44] test_math\n0:00:48 load avg: 2.84 [29/44] test_memoryview\n0:00:49 load avg: 2.84 [30/44] test_operator\n0:00:49 load avg: 2.84 [31/44] test_ordered_dict\n0:00:51 load avg: 2.84 [32/44] test_patma\n0:00:51 load avg: 2.84 [33/44] test_pickle\n0:00:58 load avg: 2.63 [34/44] test_pprint\n0:00:58 load avg: 2.63 [35/44] test_re\n0:01:00 load avg: 2.63 [36/44] test_set -- test_re failed (env changed)\n0:01:05 load avg: 2.50 [37/44] test_sqlite3\n0:01:06 load avg: 2.50 [38/44] test_statistics -- test_sqlite3 failed (env changed)\n0:01:08 load avg: 2.38 [39/44] test_str\n0:01:11 load avg: 2.38 [40/44] test_struct -- test_str failed (env changed)\n0:01:12 load avg: 2.38 [41/44] test_tabnanny -- test_struct failed (env changed)\n0:01:13 load avg: 2.51 [42/44] test_time -- test_tabnanny failed (env changed)\n0:01:15 load avg: 2.51 [43/44] test_xml_etree\n0:01:16 load avg: 2.51 [44/44] test_xml_etree_c\n\nTotal duration: 1 min 18 sec\nTotal tests: run=8,985 failures=41 skipped=192\nTotal test files: run=44/44 failed=1 env_changed=8\nResult: FAILURE\nmake: *** [Makefile:800: profile-run-stamp] Error 2\n```\n\nThis is on macOS 10.12.6, building with LLVM / Clang 17.0.1. The system otherwise has Python 3.11.6 installed.\n\n### CPython versions tested on:\n\nCPython main branch\n\n### Operating systems tested on:\n\nmacOS\n\n\u003c!-- gh-linked-prs --\u003e\n### Linked PRs\n* gh-110654\n* gh-110720\n\u003c!-- /gh-linked-prs --\u003e\n","author":{"url":"https://github.com/debohman","@type":"Person","name":"debohman"},"datePublished":"2023-10-03T20:47:28.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":58},"url":"https://github.com/110313/cpython/issues/110313"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:692c4f72-05cb-b6fd-525e-2c2afeae5355
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idCC44:2FB293:64CB51:88A857:6969DCF4
html-safe-nonce0e229a952c1513bbc0176a2ceddbbe5ee0b4e5717e42c1efa9bbdc3ada87b86d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQzQ0OjJGQjI5Mzo2NENCNTE6ODhBODU3OjY5NjlEQ0Y0IiwidmlzaXRvcl9pZCI6IjIzMTU1ODM4NzY1NTA0ODMxODgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac6c50cab487591c7202a59bb8b510b89cafc87c8a3147155f1d1b6ff12e42f489
hovercard-subject-tagissue:1924919707
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/110313/issue_layout
twitter:imagehttps://opengraph.githubassets.com/603bf8030638a47a80251c9f7062124de62da9a3b2f1bfac827ebd36b18e7e6f/python/cpython/issues/110313
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/603bf8030638a47a80251c9f7062124de62da9a3b2f1bfac827ebd36b18e7e6f/python/cpython/issues/110313
og:image:altBug report Bug description: # Next, run the profile task to generate the profile information. LLVM_PROFILE_FILE="code-%p.profclangr" ./python.exe -m test --pgo --timeout= Raised RLIMIT_NOFILE: 256 ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamedebohman
hostnamegithub.com
expected-hostnamegithub.com
None7b32f1c7c4549428ee399213e8345494fc55b5637195d3fc5f493657579235e8
turbo-cache-controlno-preview
go-importgithub.com/python/cpython git https://github.com/python/cpython.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id81598961
octolytics-dimension-repository_nwopython/cpython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id81598961
octolytics-dimension-repository_network_root_nwopython/cpython
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasebdde15ad1b403e23b08bbd89b53fbe6bdf688cad
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/issues/110313#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F110313
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F110313
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=python%2Fcpython
Reloadhttps://github.com/python/cpython/issues/110313
Reloadhttps://github.com/python/cpython/issues/110313
Reloadhttps://github.com/python/cpython/issues/110313
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/issues/110313
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 33.9k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 71.1k https://github.com/login?return_to=%2Fpython%2Fcpython
Code https://github.com/python/cpython
Issues 5k+ https://github.com/python/cpython/issues
Pull requests 2.1k https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects 31 https://github.com/python/cpython/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/python/cpython/security
Please reload this pagehttps://github.com/python/cpython/issues/110313
Insights https://github.com/python/cpython/pulse
Code https://github.com/python/cpython
Issues https://github.com/python/cpython/issues
Pull requests https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
New issuehttps://github.com/login?return_to=https://github.com/python/cpython/issues/110313
New issuehttps://github.com/login?return_to=https://github.com/python/cpython/issues/110313
test_embed fails if Python is built with LTO and LLVM clang on macOShttps://github.com/python/cpython/issues/110313#top
type-bugAn unexpected behavior, bug, or errorhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22type-bug%22
https://github.com/debohman
https://github.com/debohman
debohmanhttps://github.com/debohman
on Oct 3, 2023https://github.com/python/cpython/issues/110313#issue-1924919707
gh-110313: regrtest: don't remove files created by PGO build #110654https://github.com/python/cpython/pull/110654
gh-110313: Revert "gh-90108: Disable LTO on _freeze_module and _teste… #110720https://github.com/python/cpython/pull/110720
type-bugAn unexpected behavior, bug, or errorhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22type-bug%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.