Now adds workflow file #1
GitHub Actions / JUnit Test Report
failed
Aug 6, 2024 in 0s
382 tests run, 381 passed, 0 skipped, 1 failed.
true
Annotations
Check failure on line 1 in CxxApiTest
github-actions / JUnit Test Report
CxxApiTest.testCMaker
expected:<[Created executable: testapp]> but was:<[ProcessExecutor.execute: process returned with value '127', which might signal a problem. Under these conditions, it is not guaranteed that we can obtain the output of the application. Please run the application directly in the a terminal.
Executed command: cmake "/tmp/tmp_runner/425fba8e-7d87-453c-a677-18f98289c8b4"
Cmaker.build: Could not generate makefile
bash: line 1: cmake /tmp/tmp_runner/425fba8e-7d87-453c-a677-18f98289c8b4: No such file or directory
Could not create executable]>
Raw output
junit.framework.AssertionFailedError: expected:<[Created executable: testapp]> but was:<[ProcessExecutor.execute: process returned with value '127', which might signal a problem. Under these conditions, it is not guaranteed that we can obtain the output of the application. Please run the application directly in the a terminal.
Executed command: cmake "/tmp/tmp_runner/425fba8e-7d87-453c-a677-18f98289c8b4"
Cmaker.build: Could not generate makefile
bash: line 1: cmake /tmp/tmp_runner/425fba8e-7d87-453c-a677-18f98289c8b4: No such file or directory
Could not create executable]>
at pt.up.fe.specs.cxxweaver.ClavaWeaverTester.test(Unknown Source)
at pt.up.fe.specs.cxxweaver.ClavaWeaverTester.test(Unknown Source)
at pt.up.fe.specs.cxxweaver.tests.CxxApiTest.testCMaker(Unknown Source)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Loading