[Python Target] CARLA Demo #258
ci.yml
on: pull_request
find-latest-release
/
get-latest-release
14s
Annotations
5 errors and 3 warnings
check-format
Error: Command failed: lff --check "./examples/Python/src/CARLA/src/carla_async.lf"
lff: error: Would reformat /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/Python/src/CARLA/src/carla_async.lf
lff: info: Done formatting.
|
check-format
Error: Command failed: lff --check "./examples/Python/src/CARLA/src/carla_sync.lf"
lff: error: Would reformat /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/Python/src/CARLA/src/carla_sync.lf
lff: info: Done formatting.
|
check-format
2 file(s) failed format check
|
check-compile
Error: Command failed: lfc "./examples/Python/src/CARLA/src/carla_sync.lf"
lfc: info: Recognized properties are: auth, build, build-type, clock-sync, clock-sync-options, compile-definitions, coordination-options, coordination, docker, fast, files, keepalive, logging, no-compile, no-source-mapping, protobufs, scheduler, single-threaded, timeout, tracing, workers
--> examples/Python/src/CARLA/src/carla_sync.lf:2:3
|
1 | target Python {
2 | threading: True,
| ^^^^^^^^^ Recognized properties are: auth, build, build-type, clock-sync, clock-sync-options, compile-definitions, coordination-options, coordination, docker, fast, files, keepalive, logging, no-compile, no-source-mapping, protobufs, scheduler, single-threaded, timeout, tracing, workers
|
3 | files: include/carla_client.py
lfc: info: Generating code for: file:/home/runner/work/playground-lingua-franca/playground-lingua-franca/./examples/Python/src/CARLA/src/carla_sync.lf
lfc: info: Generation mode: STANDALONE
lfc: info: Generating sources into: /home/runner/work/playground-lingua-franca/playground-lingua-franca/examples/Python/src/CARLA/src-gen/carla_sync
lfc: info: Target Configuration:
- files: [include/carla_client.py]
- compiler: gcc
lfc: info: Recognized properties are: auth, build, build-type, clock-sync, clock-sync-options, compile-definitions, coordination-options, coordination, docker, fast, files, keepalive, logging, no-compile, no-source-mapping, protobufs, scheduler, single-threaded, timeout, tracing, workers
--> examples/Python/src/CARLA/src/carla_sync.lf:2:3
|
1 | target Python {
2 | threading: True,
| ^^^^^^^^^ Recognized properties are: auth, build, build-type, clock-sync, clock-sync-options, compile-definitions, coordination-options, coordination, docker, fast, files, keepalive, logging, no-compile, no-source-mapping, protobufs, scheduler, single-threaded, timeout, tracing, workers
|
3 | files: include/carla_client.py
lfc: info: Recognized properties are: auth, build, build-type, clock-sync, clock-sync-options, compile-definitions, coordination-options, coordination, docker, fast, files, keepalive, logging, no-compile, no-source-mapping, protobufs, scheduler, single-threaded, timeout, tracing, workers
--> examples/Python/src/CARLA/src/carla_sync.lf:2:3
|
1 | target Python {
2 | threading: True,
| ^^^^^^^^^ Recognized properties are: auth, build, build-type, clock-sync, clock-sync-options, compile-definitions, coordination-options, coordination, docker, fast, files, keepalive, logging, no-compile, no-source-mapping, protobufs, scheduler, single-threaded, timeout, tracing, workers
|
3 | files: include/carla_client.py
lfc: warning: The target property 'threading' is not supported by the Python target and is thus ignored.
--> examples/Python/src/CARLA/src/carla_sync.lf:2:3
|
1 | target Python {
2 | threading: True,
| ^^^^^^^^^ The target property 'threading' is not supported by the Python target and is thus ignored.
|
3 | files: include/carla_client.py
lfc: error: Unable to copy 'include/carla_client.py' from the class path. Reason: org.lflang.util.TargetResourceNotFoundException: A required resource could not be found on the classpath or is an empty directory: include/carla_client.py
Perhaps a git submodule is missing or not up to date.
Try running 'git submodule update --init --recursive' and rebuild.
Also see https://www.lf-lang.org/docs/handbook/developer-setup.
lfc: fatal error: Aborting due to 1 previous error.
|
check-compile
1 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/.
|