Skip to content

Merge pull request #96 from erlingrj/fix-furuta #242

Merge pull request #96 from erlingrj/fix-furuta

Merge pull request #96 from erlingrj/fix-furuta #242

Triggered via push January 27, 2024 15:15
Status Failure
Total duration 20m 54s
Artifacts

ci.yml

on: push
find-latest-release  /  get-latest-release
18s
find-latest-release / get-latest-release
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 3 warnings
check-compile
Error: Command failed: lfc "./examples/C/src/mqtt/MQTTDistributed.lf" lfc: info: ##### Generating code for federate federate__source in directory /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTDistributed/src lfc: info: ##### Generating code for federate federate__destination in directory /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTDistributed/src lfc: info: ******** Using 1 threads to compile the program. lfc: info: Generating code for: file:/home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTDistributed/src/federate__source.lf lfc: info: Generation mode: STANDALONE lfc: info: Generating sources into: /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTDistributed/src-gen/federate__source lfc: info: Target Configuration: - keepalive: true - single-threaded: false - cmake-include: [../../../src/mqtt/include/mosquitto-extension.cmake, ../../../src/mqtt/include/paho-extension.cmake, include/federate__source_extension.cmake] - compile-definitions: {EXECUTABLE_PREAMBLE=, FEDERATED=, FEDERATED_CENTRALIZED=, NUMBER_OF_FEDERATES=2} - timeout: 10 sec - docker: DockerOptions[enabled=false, from=, rti=lflang/rti:rti] - _fed_setup: include/_federate__source_preamble.h - coordination: centralized lfc: info: Copied '../../../src/mqtt/include/mosquitto-extension.cmake' from the file system. lfc: info: Copied '../../../src/mqtt/include/paho-extension.cmake' from the file system. lfc: info: Copied 'include/federate__source_extension.cmake' from the file system. CMake Deprecation Warning at CMakeLists.txt:26 (cmake_policy): The OLD behavior for policy CMP0023 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. In file included from /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTDistributed/src-gen/federate__source/_source.c:3: /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTDistributed/src-gen/federate__source/include/federate__source/Source.h:14:10: fatal error: core/federated/net_util.h: No such file or directory 14 | #include "core/federated/net_util.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. gmake[2]: *** [CMakeFiles/federate__source.dir/build.make:104: CMakeFiles/federate__source.dir/_source.c.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... In file included from /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTDistributed/src-gen/federate__source/_source.h:5, from /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTDistributed/src-gen/federate__source/_federate__source_main.h:4, from /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTDistributed/src-gen/federate__source/_federate__source_main.c:4: /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTDistributed/src-gen/federate__source/_mqttpublisher.h:14:10: fatal error: core/federated/net_util.h: No such file or directory 14 | #include "core/federated/net_util.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. gmake[2]: *** [CMakeFiles/federate__source.dir/build.make:90: CMakeFiles/federate__source.dir/_federate__source_main.c.o] Error 1 gmake[1]: *** [CMakeFiles/Makefile2:100: CMakeFiles/federate__source.dir/all] Error 2 gmake: *** [Makefile:136: all] Error 2 lfc: info: Generating code fo
check-compile
Error: Command failed: lfc "./examples/C/src/mqtt/MQTTDistributedActivity.lf" lfc: info: ##### Generating code for federate federate__source in directory /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTDistributedActivity/src lfc: info: ##### Generating code for federate federate__destination in directory /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTDistributedActivity/src lfc: info: ******** Using 1 threads to compile the program. lfc: info: Generating code for: file:/home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTDistributedActivity/src/federate__source.lf lfc: info: Generation mode: STANDALONE lfc: info: Generating sources into: /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTDistributedActivity/src-gen/federate__source lfc: info: Target Configuration: - keepalive: true - single-threaded: false - cmake-include: [../../../src/mqtt/include/mosquitto-extension.cmake, ../../../src/mqtt/include/paho-extension.cmake, include/federate__source_extension.cmake] - compile-definitions: {EXECUTABLE_PREAMBLE=, FEDERATED=, FEDERATED_CENTRALIZED=, NUMBER_OF_FEDERATES=2} - timeout: 10 sec - docker: DockerOptions[enabled=false, from=, rti=lflang/rti:rti] - _fed_setup: include/_federate__source_preamble.h - coordination: centralized lfc: info: Copied '../../../src/mqtt/include/mosquitto-extension.cmake' from the file system. lfc: info: Copied '../../../src/mqtt/include/paho-extension.cmake' from the file system. lfc: info: Copied 'include/federate__source_extension.cmake' from the file system. CMake Deprecation Warning at CMakeLists.txt:26 (cmake_policy): The OLD behavior for policy CMP0023 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. In file included from /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTDistributedActivity/src-gen/federate__source/_source.c:3: /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTDistributedActivity/src-gen/federate__source/include/federate__source/Source.h:27:10: fatal error: core/federated/net_util.h: No such file or directory 27 | #include "core/federated/net_util.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. In file included from /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTDistributedActivity/src-gen/federate__source/_source.h:5, from /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTDistributedActivity/src-gen/federate__source/_federate__source_main.h:4, from /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTDistributedActivity/src-gen/federate__source/_federate__source_main.c:4: /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTDistributedActivity/src-gen/federate__source/_mqttpublisher.h:14:10: fatal error: core/federated/net_util.h: No such file or directory 14 | #include "core/federated/net_util.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. gmake[2]: *** [CMakeFiles/federate__source.dir/build.make:104: CMakeFiles/federate__source.dir/_source.c.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... gmake[2]: *** [CMakeFiles/federate__source.dir/build.make:90: CMakeFiles/federate__source.dir/_federate__source_main.c.o] Error 1 gmake[1]: *** [CMakeFiles/Makefile2:100: CMakeFiles/federate__source.dir/all]
check-compile
Error: Command failed: lfc "./examples/C/src/mqtt/MQTTLegacy.lf" lfc: info: ##### Generating code for federate federate__source in directory /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTLegacy/src lfc: info: ##### Generating code for federate federate__destination in directory /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTLegacy/src lfc: info: ******** Using 1 threads to compile the program. lfc: info: Generating code for: file:/home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTLegacy/src/federate__source.lf lfc: info: Generation mode: STANDALONE lfc: info: Generating sources into: /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTLegacy/src-gen/federate__source lfc: info: Target Configuration: - keepalive: true - single-threaded: false - cmake-include: [../../../src/mqtt/include/mosquitto-extension.cmake, ../../../src/mqtt/include/paho-extension.cmake, include/federate__source_extension.cmake] - compile-definitions: {EXECUTABLE_PREAMBLE=, FEDERATED=, FEDERATED_CENTRALIZED=, NUMBER_OF_FEDERATES=2} - timeout: 1 minute - docker: DockerOptions[enabled=false, from=, rti=lflang/rti:rti] - _fed_setup: include/_federate__source_preamble.h - coordination: centralized lfc: info: Copied '../../../src/mqtt/include/mosquitto-extension.cmake' from the file system. lfc: info: Copied '../../../src/mqtt/include/paho-extension.cmake' from the file system. lfc: info: Copied 'include/federate__source_extension.cmake' from the file system. CMake Deprecation Warning at CMakeLists.txt:26 (cmake_policy): The OLD behavior for policy CMP0023 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. In file included from /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTLegacy/src-gen/federate__source/_publisher.c:3: /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTLegacy/src-gen/federate__source/include/federate__source/Publisher.h:28:10: fatal error: core/federated/net_util.h: No such file or directory 28 | #include "core/federated/net_util.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. gmake[2]: *** [CMakeFiles/federate__source.dir/build.make:104: CMakeFiles/federate__source.dir/_publisher.c.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... In file included from /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTLegacy/src-gen/federate__source/_publisher.h:5, from /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTLegacy/src-gen/federate__source/_federate__source_main.h:4, from /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTLegacy/src-gen/federate__source/_federate__source_main.c:4: /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/fed-gen/MQTTLegacy/src-gen/federate__source/_mqttpublisher.h:14:10: fatal error: core/federated/net_util.h: No such file or directory 14 | #include "core/federated/net_util.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. gmake[2]: *** [CMakeFiles/federate__source.dir/build.make:90: CMakeFiles/federate__source.dir/_federate__source_main.c.o] Error 1 gmake[1]: *** [CMakeFiles/Makefile2:100: CMakeFiles/federate__source.dir/all] Error 2 gmake: *** [Makefile:136: all] Error 2 lfc: info: Generating code for: file:/home/runner/work/playground-ling
check-compile
Error: Command failed: lfc "./examples/C/src/mqtt/MQTTLogical.lf" lfc: info: Generating code for: file:/home/runner/work/playground-lingua-franca/playground-lingua-franca/./examples/C/src/mqtt/MQTTLogical.lf lfc: info: Generation mode: STANDALONE lfc: info: Generating sources into: /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/src-gen/mqtt/MQTTLogical lfc: info: Target Configuration: - cmake-include: [include/net_utils.cmake, include/paho-extension.cmake] - timeout: 10 sec lfc: info: Copied 'include/net_utils.cmake' from the file system. lfc: info: Copied 'include/paho-extension.cmake' from the file system. CMake Deprecation Warning at CMakeLists.txt:26 (cmake_policy): The OLD behavior for policy CMP0023 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. CMake Error at net_utils.cmake:1 (target_sources): Cannot find source file: core/federated/net_util.c Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc Call Stack (most recent call first): CMakeLists.txt:92 (include) CMake Generate step failed. Build files cannot be regenerated correctly. lfc: error: CMake failed with error code 1 lfc: fatal error: Aborting due to 1 previous error.
check-compile
Error: Command failed: lfc "./examples/C/src/mqtt/MQTTPhysical.lf" lfc: info: Generating code for: file:/home/runner/work/playground-lingua-franca/playground-lingua-franca/./examples/C/src/mqtt/MQTTPhysical.lf lfc: info: Generation mode: STANDALONE lfc: info: Generating sources into: /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/C/src-gen/mqtt/MQTTPhysical lfc: info: Target Configuration: - cmake-include: [include/net_utils.cmake, include/paho-extension.cmake] - timeout: 10 sec lfc: info: Copied 'include/net_utils.cmake' from the file system. lfc: info: Copied 'include/paho-extension.cmake' from the file system. CMake Deprecation Warning at CMakeLists.txt:26 (cmake_policy): The OLD behavior for policy CMP0023 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. CMake Error at net_utils.cmake:1 (target_sources): Cannot find source file: core/federated/net_util.c Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc Call Stack (most recent call first): CMakeLists.txt:92 (include) CMake Generate step failed. Build files cannot be regenerated correctly. lfc: error: CMake failed with error code 1 lfc: fatal error: Aborting due to 1 previous error.
check-compile
5 file(s) failed compile check
find-latest-release / get-latest-release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
check-format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, lf-lang/action-check-lf-files@main. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
check-compile
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, lf-lang/action-check-lf-files@main. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.