[Python Target] CARLA Demo #258
Annotations
2 errors and 1 warning
Run lf-lang/action-check-lf-files@main
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.
|
Run lf-lang/action-check-lf-files@main
1 file(s) failed compile check
|
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/.
|
The logs for this run have expired and are no longer available.
Loading