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

pypy3.10 7.3.18 #206740

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

pypy3.10 7.3.18 #206740

wants to merge 1 commit into from

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

  • resource blocks have been checked for updates.

@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Feb 6, 2025
@chenrui333
Copy link
Member

[platform:execute] make -j 4 in /tmp/pypy3.10-20250206-6197-hl19w1/pypy3.10-v7.3.18-src/usession-release-pypy3.10-v7.3.18-0/testing_1
[platform:Error] /usr/bin/ld: /home/linuxbrew/.linuxbrew/Cellar/libffi/3.4.6/lib/../lib/libffi.a(prep_cif.o): warning: relocation against `ffi_type_sint32' in read-only section `.text'
[platform:Error] /usr/bin/ld: /home/linuxbrew/.linuxbrew/Cellar/libffi/3.4.6/lib/../lib/libffi.a(prep_cif.o): relocation R_X86_64_PC32 against symbol `ffi_type_sint32' can not be used when making a shared object; recompile with -fPIC
[platform:Error] /usr/bin/ld: final link failed: bad value
[platform:Error] collect2: error: ld returned 1 exit status
[platform:Error] make: *** [Makefile:990: libpypy3.10-c.so] Error 1
[16c9f] translation-task}
[Timer] Timings:
[Timer] loading target                 ---   28.6 s
[Timer] annotate                       ---  244.6 s
[Timer] rtype_lltype                   ---  108.0 s
[Timer] pyjitpl_lltype                 ---  225.7 s
[Timer] backendopt_lltype              ---   99.8 s
[Timer] stackcheckinsertion_lltype     ---    4.7 s
[Timer] database_c                     ---  166.8 s
[Timer] source_c                       ---   73.7 s
[Timer] compile_c                      ---  192.9 s
[Timer] ===========================================
[Timer] Total:                         --- 1144.9 s
[translation:info] Error:
   File "/tmp/pypy3.10-20250206-6197-hl19w1/pypy3.10-v7.3.18-src/rpython/translator/goal/translate.py", line 320, in main
    drv.proceed(goals)
   File "/tmp/pypy3.10-20250206-6197-hl19w1/pypy3.10-v7.3.18-src/rpython/translator/driver.py", line 568, in proceed
    result = self._execute(goals, task_skip = self._maybe_skip())
   File "/tmp/pypy3.10-20250206-6197-hl19w1/pypy3.10-v7.3.18-src/rpython/translator/tool/taskengine.py", line 114, in _execute
    res = self._do(goal, taskcallable, *args, **kwds)
   File "/tmp/pypy3.10-20250206-6197-hl19w1/pypy3.10-v7.3.18-src/rpython/translator/driver.py", line 278, in _do
    res = func()
   File "/tmp/pypy3.10-20250206-6197-hl19w1/pypy3.10-v7.3.18-src/rpython/translator/driver.py", line 535, in task_compile_c
    cbuilder.compile(**kwds)
   File "/tmp/pypy3.10-20250206-6197-hl19w1/pypy3.10-v7.3.18-src/rpython/translator/c/genc.py", line 341, in compile
    extra_opts)
   File "/tmp/pypy3.10-20250206-6197-hl19w1/pypy3.10-v7.3.18-src/rpython/translator/platform/posix.py", line 277, in execute_makefile
    self._handle_error(returncode, stdout, stderr, path.join('make'))
   File "/tmp/pypy3.10-20250206-6197-hl19w1/pypy3.10-v7.3.18-src/rpython/translator/platform/__init__.py", line 155, in _handle_error
    raise CompilationError(stdout, stderr)
[translation:ERROR] CompilationError: CompilationError(err="""
	/usr/bin/ld: /home/linuxbrew/.linuxbrew/Cellar/libffi/3.4.6/lib/../lib/libffi.a(prep_cif.o): warning: relocation against `ffi_type_sint32' in read-only section `.text'
	/usr/bin/ld: /home/linuxbrew/.linuxbrew/Cellar/libffi/3.4.6/lib/../lib/libffi.a(prep_cif.o): relocation R_X86_64_PC32 against symbol `ffi_type_sint32' can not be used when making a shared object; recompile with -fPIC
	/usr/bin/ld: final link failed: bad value
	collect2: error: ld returned 1 exit status
	make: *** [Makefile:990: libpypy3.10-c.so] Error 1
	""")
[translation] start debugger...
> /tmp/pypy3.10-20250206-6197-hl19w1/pypy3.10-v7.3.18-src/rpython/translator/platform/__init__.py(155)_handle_error()
-> raise CompilationError(stdout, stderr)
Traceback (most recent call last):
  File "/tmp/pypy3.10-20250206-6197-hl19w1/pypy3.10-v7.3.18-src/rpython/bin/rpython", line 20, in <module>
    main()
  File "/tmp/pypy3.10-20250206-6197-hl19w1/pypy3.10-v7.3.18-src/rpython/translator/goal/translate.py", line 327, in main
    debug(True)
  File "/tmp/pypy3.10-20250206-6197-hl19w1/pypy3.10-v7.3.18-src/rpython/translator/goal/translate.py", line 280, in debug
    pdb_plus_show.start(tb)
  File "/tmp/pypy3.10-20250206-6197-hl19w1/pypy3.10-v7.3.18-src/rpython/translator/tool/pdbplus.py", line 444, in start
    fn(*args)
  File "/tmp/pypy3.10-202502

@chenrui333 chenrui333 added build failure CI fails while building the software help wanted Task(s) needing PRs from the community or maintainers labels Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build failure CI fails while building the software bump-formula-pr PR was created using `brew bump-formula-pr` help wanted Task(s) needing PRs from the community or maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants