adumont / hrm-cpu

Human Resource Machine - CPU Design #HRM
https://twitter.com/i/moments/1017515777610649601
GNU General Public License v3.0
71 stars 8 forks source link

Env Build failed to build in Travis CI #19

Closed adumont closed 5 years ago

adumont commented 5 years ago

Build log --> https://travis-ci.org/adumont/hrm-cpu/builds/438284957

While building yosys:

[ 84%] Building techlibs/coolrunner2/coolrunner2_sop.o [ 84%] Building techlibs/easic/synth_easic.o [ 85%] Building techlibs/ecp5/synth_ecp5.o clang-5.0: error: unable to execute command: Killed clang-5.0: error: clang frontend command failed due to signal (use -v to see invocation) [ 85%] Building techlibs/gowin/synth_gowin.o clang version 5.0.0 (tags/RELEASE_500/final) Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /usr/local/clang-5.0.0/bin clang-5.0: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script. clang-5.0: error: unable to execute command: Killed clang-5.0: error: clang frontend command failed due to signal (use -v to see invocation) clang version 5.0.0 (tags/RELEASE_500/final) Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /usr/local/clang-5.0.0/bin clang-5.0: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script. clang-5.0: error: unable to execute command: Killed clang-5.0: error: clang frontend command failed due to signal (use -v to see invocation) clang version 5.0.0 (tags/RELEASE_500/final) Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /usr/local/clang-5.0.0/bin clang-5.0: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script. [ 86%] Building techlibs/greenpak4/synth_greenpak4.o clang-5.0: error: unable to execute command: Killed clang-5.0: error: clang frontend command failed due to signal (use -v to see invocation) clang version 5.0.0 (tags/RELEASE_500/final) Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /usr/local/clang-5.0.0/bin clang-5.0: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script.

adumont commented 5 years ago

429a132f434a96a87121a617de06cc1374e58f60 Adding clang to travis-ci container, just to see if that's the issue (was working fine locally without clang though...)

adumont commented 5 years ago

Fixed in afe54efb6248535aa05cf178865e194ba1cd7351

Build pass in CI: https://travis-ci.org/adumont/hrm-cpu/builds/438291607