Ticket #40939: main.2.log

File main.2.log, 6.5 KB (added by gthb (Gunnlaugur Thor Briem), 10 years ago)

main.log from failing build with pypy 2.1.0 built after Mavericks upgrade

Line 
1version:1
2:msg:clean --->  Computing dependencies for pypy:info:clean .:debug:clean pypy has no conflicts
3:debug:clean Searching for dependency: pkgconfig
4:debug:clean Found Dependency: receipt exists for pkgconfig
5:debug:clean Searching for dependency: libffi
6:debug:clean Found Dependency: receipt exists for libffi
7:debug:clean Searching for dependency: sqlite3
8:debug:clean Found Dependency: receipt exists for sqlite3
9:debug:clean Searching for dependency: bzip2
10:debug:clean Found Dependency: receipt exists for bzip2
11:debug:clean Searching for dependency: openssl
12:debug:clean Found Dependency: receipt exists for openssl
13:debug:clean Searching for dependency: gettext
14:debug:clean Found Dependency: receipt exists for gettext
15:msg:clean
16:debug:main Executing org.macports.main (pypy)
17:debug:main changing euid/egid - current euid: 0 - current egid: 0
18:debug:main egid changed to: 504
19:debug:main euid changed to: 505
20:debug:main Skipping completed org.macports.archivefetch (pypy)
21:debug:main Privilege de-escalation not attempted as not running as root.
22:debug:main Skipping completed org.macports.fetch (pypy)
23:debug:main Privilege de-escalation not attempted as not running as root.
24:debug:main Skipping completed org.macports.checksum (pypy)
25:debug:main Privilege de-escalation not attempted as not running as root.
26:debug:main Skipping completed org.macports.extract (pypy)
27:debug:main Privilege de-escalation not attempted as not running as root.
28:debug:main Skipping completed org.macports.patch (pypy)
29:debug:main Privilege de-escalation not attempted as not running as root.
30:debug:main Skipping completed org.macports.configure (pypy)
31:debug:main Privilege de-escalation not attempted as not running as root.
32:debug:build build phase started at Wed Nov 27 18:31:32 GMT 2013
33:notice:build --->  Building pypy
34:debug:build Executing org.macports.build (pypy)
35:debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_pypy/pypy/work/.CC_PRINT_OPTIONS' CFLAGS='-arch x86_64 -I/opt/local/include' PYPY_USESSION_DIR='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_pypy/pypy/work' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.9' LDFLAGS='-arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names' PYPY_CC='/usr/bin/clang' PYPY_LOCALBASE='/opt/local'
36:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_pypy/pypy/work/pypy-2.2-src/pypy/goal" && arch -x86_64 /opt/local/lib/pypy/pypy ../../rpython/bin/rpython --batch --translation-verbose --cc=/usr/bin/clang --opt=jit --make-jobs=5 targetpypystandalone'
37:debug:build Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_pypy/pypy/work/pypy-2.2-src/pypy/goal" && arch -x86_64 /opt/local/lib/pypy/pypy ../../rpython/bin/rpython --batch --translation-verbose --cc=/usr/bin/clang --opt=jit --make-jobs=5 targetpypystandalone
38:info:build Traceback (most recent call last):
39:info:build   File "app_main.py", line 72, in run_toplevel
40:info:build   File "../../rpython/bin/rpython", line 13, in <module>
41:info:build     from rpython.translator.goal.translate import main
42:info:build   File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_pypy/pypy/work/pypy-2.2-src/rpython/translator/goal/translate.py", line 89, in <module>
43:info:build     log = py.log.Producer("translation")
44:info:build   File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_pypy/pypy/work/pypy-2.2-src/py/_apipkg.py", line 114, in __makeattr
45:info:build     result = importobj(modpath, attrname)
46:info:build   File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_pypy/pypy/work/pypy-2.2-src/py/_apipkg.py", line 37, in importobj
47:info:build     module = __import__(modpath, None, None, ['__doc__'])
48:info:build   File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_pypy/pypy/work/pypy-2.2-src/py/_log/log.py", line 184, in <module>
49:info:build     setattr(Syslog, _prio, getattr(py.std.syslog, _prio))
50:info:build   File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_pypy/pypy/work/pypy-2.2-src/py/_std.py", line 13, in __getattr__
51:info:build     m = __import__(name)
52:info:build   File "/opt/local/lib/pypy/lib_pypy/syslog.py", line 68, in <module>
53:info:build     lib = ffi.verify("""
54:info:build   File "/opt/local/lib/pypy/lib_pypy/cffi/api.py", line 311, in verify
55:info:build     lib = self.verifier.load_library()
56:info:build   File "/opt/local/lib/pypy/lib_pypy/cffi/verifier.py", line 68, in load_library
57:info:build     self.compile_module()
58:info:build   File "/opt/local/lib/pypy/lib_pypy/cffi/verifier.py", line 55, in compile_module
59:info:build     self._write_source()
60:info:build   File "/opt/local/lib/pypy/lib_pypy/cffi/verifier.py", line 117, in _write_source
61:info:build     file = open(self.sourcefilename, 'w')
62:info:build IOError: [Errno 2] No such file or directory: '/opt/local/lib/pypy/lib_pypy/__pycache__/_cffi__g7019d5d3xad93c709.c'
63:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_pypy/pypy/work/pypy-2.2-src/pypy/goal" && arch -x86_64 /opt/local/lib/pypy/pypy ../../rpython/bin/rpython --batch --translation-verbose --cc=/usr/bin/clang --opt=jit --make-jobs=5 targetpypystandalone
64:info:build Exit code: 1
65:error:build org.macports.build for port pypy returned: command execution failed
66:debug:build Error code: CHILDSTATUS 86798 1
67:debug:build Backtrace: command execution failed
68    while executing
69"system -nice 11 $fullcmdstring"
70    ("eval" body line 1)
71    invoked from within
72"eval system $notty $nice \$fullcmdstring"
73    invoked from within
74"command_exec build"
75    (procedure "portbuild::build_main" line 8)
76    invoked from within
77"$procedure $targetname"
78:info:build Warning: targets not executed for pypy: org.macports.install org.macports.build org.macports.destroot
79:notice:build Please see the log file for port pypy for details:
80    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_pypy/pypy/main.log