[INFO] fetching crate safe_drive 0.4.3...
[INFO] testing safe_drive-0.4.3 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] extracting crate safe_drive 0.4.3 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate safe_drive 0.4.3
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate safe_drive 0.4.3
[INFO] tweaked toml for crates.io crate safe_drive 0.4.3 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate safe_drive 0.4.3 on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate safe_drive 0.4.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pin-project v1.1.5
[INFO] [stderr]   Downloaded memac v0.5.3
[INFO] [stderr]   Downloaded synctools v0.3.3
[INFO] [stderr]   Downloaded futures-macro v0.3.30
[INFO] [stderr]   Downloaded pin-project-internal v1.1.5
[INFO] [stderr]   Downloaded generator v0.8.1
[INFO] [stderr]   Downloaded serde_json v1.0.120
[INFO] [stderr]   Downloaded loom v0.7.2
[INFO] [stderr]   Downloaded value-bag v1.9.0
[INFO] [stderr]   Downloaded futures v0.3.30
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0b7b43f817493feed429a420fa1a4f626e5bdb190a13b9f1d63a194e231ae178
[INFO] running `Command { std: "docker" "start" "-a" "0b7b43f817493feed429a420fa1a4f626e5bdb190a13b9f1d63a194e231ae178", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0b7b43f817493feed429a420fa1a4f626e5bdb190a13b9f1d63a194e231ae178", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b7b43f817493feed429a420fa1a4f626e5bdb190a13b9f1d63a194e231ae178", kill_on_drop: false }`
[INFO] [stdout] 0b7b43f817493feed429a420fa1a4f626e5bdb190a13b9f1d63a194e231ae178
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4f58a6288d8f6a62569be585db9ec15f0936ddfbdd77b50c7d1ed9b5726540ee
[INFO] running `Command { std: "docker" "start" "-a" "4f58a6288d8f6a62569be585db9ec15f0936ddfbdd77b50c7d1ed9b5726540ee", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling safe_drive v0.4.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling crossbeam-channel v0.5.13
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr] warning: safe_drive@0.4.3: 'ROS_DISTRO is not set properly. Defaulting to jazzy.'
[INFO] [stderr]    Compiling syn v2.0.68
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling regex v1.10.5
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stdout] warning: use of deprecated module `std::intrinsics`: import this function via `std::mem` instead
[INFO] [stdout]   --> src/msg.rs:33:51
[INFO] [stdout]    |
[INFO] [stdout] 33 | use std::{ffi::CString, fmt::Display, intrinsics::transmute};
[INFO] [stdout]    |                                                   ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CombinedFuture` is never constructed
[INFO] [stdout]    --> src/action/server.rs:811:8
[INFO] [stdout]     |
[INFO] [stdout] 811 | struct CombinedFuture {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parameter.rs:894:17
[INFO] [stdout]     |
[INFO] [stdout] 894 |     pub fn wait(&mut self) -> AsyncWait {
[INFO] [stdout]     |                 ^^^^^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 894 |     pub fn wait(&mut self) -> AsyncWait<'_> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatus__init` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:22808:5
[INFO] [stdout]       |
[INFO] [stdout] 22808 |     pub fn action_msgs__msg__GoalStatus__init(msg: *mut action_msgs__msg__GoalStatus) -> bool;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status.rs:15:5
[INFO] [stdout]       |
[INFO] [stdout]    15 |     fn action_msgs__msg__GoalStatus__init(msg: *mut GoalStatus) -> bool;
[INFO] [stdout]       |     -------------------------------------------------------------------- `action_msgs__msg__GoalStatus__init` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut action_msgs::msg::goal_status::GoalStatus) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__msg__GoalStatus) -> bool`
[INFO] [stdout]       = note: `#[warn(clashing_extern_declarations)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatus__fini` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:22811:5
[INFO] [stdout]       |
[INFO] [stdout] 22811 |     pub fn action_msgs__msg__GoalStatus__fini(msg: *mut action_msgs__msg__GoalStatus);
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status.rs:16:5
[INFO] [stdout]       |
[INFO] [stdout]    16 |     fn action_msgs__msg__GoalStatus__fini(msg: *mut GoalStatus);
[INFO] [stdout]       |     ------------------------------------------------------------ `action_msgs__msg__GoalStatus__fini` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut action_msgs::msg::goal_status::GoalStatus)`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__msg__GoalStatus)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatus__are_equal` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:22820:5
[INFO] [stdout]       |
[INFO] [stdout] 22820 | /     pub fn action_msgs__msg__GoalStatus__are_equal(
[INFO] [stdout] 22821 | |         lhs: *const action_msgs__msg__GoalStatus,
[INFO] [stdout] 22822 | |         rhs: *const action_msgs__msg__GoalStatus,
[INFO] [stdout] 22823 | |     ) -> bool;
[INFO] [stdout]       | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status.rs:17:5
[INFO] [stdout]       |
[INFO] [stdout]    17 | /     fn action_msgs__msg__GoalStatus__are_equal(
[INFO] [stdout]    18 | |         lhs: *const GoalStatus,
[INFO] [stdout]    19 | |         rhs: *const GoalStatus,
[INFO] [stdout]    20 | |     ) -> bool;
[INFO] [stdout]       | |______________- `action_msgs__msg__GoalStatus__are_equal` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*const action_msgs::msg::goal_status::GoalStatus, *const action_msgs::msg::goal_status::GoalStatus) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*const action_msgs__msg__GoalStatus, *const action_msgs__msg__GoalStatus) -> bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatus__Sequence__init` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:22852:5
[INFO] [stdout]       |
[INFO] [stdout] 22852 | /     pub fn action_msgs__msg__GoalStatus__Sequence__init(
[INFO] [stdout] 22853 | |         array: *mut action_msgs__msg__GoalStatus__Sequence,
[INFO] [stdout] 22854 | |         size: usize,
[INFO] [stdout] 22855 | |     ) -> bool;
[INFO] [stdout]       | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status.rs:21:5
[INFO] [stdout]       |
[INFO] [stdout]    21 | /     fn action_msgs__msg__GoalStatus__Sequence__init(
[INFO] [stdout]    22 | |         msg: *mut GoalStatusSeqRaw,
[INFO] [stdout]    23 | |         size: usize,
[INFO] [stdout]    24 | |     ) -> bool;
[INFO] [stdout]       | |______________- `action_msgs__msg__GoalStatus__Sequence__init` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut action_msgs::msg::goal_status::GoalStatusSeqRaw, usize) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__msg__GoalStatus__Sequence, usize) -> bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatus__Sequence__fini` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:22858:5
[INFO] [stdout]       |
[INFO] [stdout] 22858 | /     pub fn action_msgs__msg__GoalStatus__Sequence__fini(
[INFO] [stdout] 22859 | |         array: *mut action_msgs__msg__GoalStatus__Sequence,
[INFO] [stdout] 22860 | |     );
[INFO] [stdout]       | |______^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status.rs:25:5
[INFO] [stdout]       |
[INFO] [stdout]    25 |       fn action_msgs__msg__GoalStatus__Sequence__fini(msg: *mut GoalStatusSeqRaw);
[INFO] [stdout]       |       ---------------------------------------------------------------------------- `action_msgs__msg__GoalStatus__Sequence__fini` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut action_msgs::msg::goal_status::GoalStatusSeqRaw)`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__msg__GoalStatus__Sequence)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatus__Sequence__are_equal` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:22873:5
[INFO] [stdout]       |
[INFO] [stdout] 22873 | /     pub fn action_msgs__msg__GoalStatus__Sequence__are_equal(
[INFO] [stdout] 22874 | |         lhs: *const action_msgs__msg__GoalStatus__Sequence,
[INFO] [stdout] 22875 | |         rhs: *const action_msgs__msg__GoalStatus__Sequence,
[INFO] [stdout] 22876 | |     ) -> bool;
[INFO] [stdout]       | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status.rs:26:5
[INFO] [stdout]       |
[INFO] [stdout]    26 | /     fn action_msgs__msg__GoalStatus__Sequence__are_equal(
[INFO] [stdout]    27 | |         lhs: *const GoalStatusSeqRaw,
[INFO] [stdout]    28 | |         rhs: *const GoalStatusSeqRaw,
[INFO] [stdout]    29 | |     ) -> bool;
[INFO] [stdout]       | |______________- `action_msgs__msg__GoalStatus__Sequence__are_equal` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*const action_msgs::msg::goal_status::GoalStatusSeqRaw, *const action_msgs::msg::goal_status::GoalStatusSeqRaw) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*const action_msgs__msg__GoalStatus__Sequence, *const action_msgs__msg__GoalStatus__Sequence) -> bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatusArray__init` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:22982:5
[INFO] [stdout]       |
[INFO] [stdout] 22982 | /     pub fn action_msgs__msg__GoalStatusArray__init(
[INFO] [stdout] 22983 | |         msg: *mut action_msgs__msg__GoalStatusArray,
[INFO] [stdout] 22984 | |     ) -> bool;
[INFO] [stdout]       | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status_array.rs:8:5
[INFO] [stdout]       |
[INFO] [stdout]     8 |       fn action_msgs__msg__GoalStatusArray__init(msg: *mut GoalStatusArray) -> bool;
[INFO] [stdout]       |       ------------------------------------------------------------------------------ `action_msgs__msg__GoalStatusArray__init` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut action_msgs::msg::goal_status_array::GoalStatusArray) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__msg__GoalStatusArray) -> bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatusArray__fini` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:22987:5
[INFO] [stdout]       |
[INFO] [stdout] 22987 |     pub fn action_msgs__msg__GoalStatusArray__fini(msg: *mut action_msgs__msg__GoalStatusArray);
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status_array.rs:9:5
[INFO] [stdout]       |
[INFO] [stdout]     9 |     fn action_msgs__msg__GoalStatusArray__fini(msg: *mut GoalStatusArray);
[INFO] [stdout]       |     ---------------------------------------------------------------------- `action_msgs__msg__GoalStatusArray__fini` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut action_msgs::msg::goal_status_array::GoalStatusArray)`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__msg__GoalStatusArray)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatusArray__are_equal` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:22996:5
[INFO] [stdout]       |
[INFO] [stdout] 22996 | /     pub fn action_msgs__msg__GoalStatusArray__are_equal(
[INFO] [stdout] 22997 | |         lhs: *const action_msgs__msg__GoalStatusArray,
[INFO] [stdout] 22998 | |         rhs: *const action_msgs__msg__GoalStatusArray,
[INFO] [stdout] 22999 | |     ) -> bool;
[INFO] [stdout]       | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status_array.rs:10:5
[INFO] [stdout]       |
[INFO] [stdout]    10 | /     fn action_msgs__msg__GoalStatusArray__are_equal(
[INFO] [stdout]    11 | |         lhs: *const GoalStatusArray,
[INFO] [stdout]    12 | |         rhs: *const GoalStatusArray,
[INFO] [stdout]    13 | |     ) -> bool;
[INFO] [stdout]       | |______________- `action_msgs__msg__GoalStatusArray__are_equal` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*const action_msgs::msg::goal_status_array::GoalStatusArray, *const action_msgs::msg::goal_status_array::GoalStatusArray) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*const action_msgs__msg__GoalStatusArray, *const action_msgs__msg__GoalStatusArray) -> bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatusArray__Sequence__init` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:23028:5
[INFO] [stdout]       |
[INFO] [stdout] 23028 | /     pub fn action_msgs__msg__GoalStatusArray__Sequence__init(
[INFO] [stdout] 23029 | |         array: *mut action_msgs__msg__GoalStatusArray__Sequence,
[INFO] [stdout] 23030 | |         size: usize,
[INFO] [stdout] 23031 | |     ) -> bool;
[INFO] [stdout]       | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status_array.rs:14:5
[INFO] [stdout]       |
[INFO] [stdout]    14 | /     fn action_msgs__msg__GoalStatusArray__Sequence__init(
[INFO] [stdout]    15 | |         msg: *mut GoalStatusArraySeqRaw,
[INFO] [stdout]    16 | |         size: usize,
[INFO] [stdout]    17 | |     ) -> bool;
[INFO] [stdout]       | |______________- `action_msgs__msg__GoalStatusArray__Sequence__init` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut action_msgs::msg::goal_status_array::GoalStatusArraySeqRaw, usize) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__msg__GoalStatusArray__Sequence, usize) -> bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatusArray__Sequence__fini` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:23034:5
[INFO] [stdout]       |
[INFO] [stdout] 23034 | /     pub fn action_msgs__msg__GoalStatusArray__Sequence__fini(
[INFO] [stdout] 23035 | |         array: *mut action_msgs__msg__GoalStatusArray__Sequence,
[INFO] [stdout] 23036 | |     );
[INFO] [stdout]       | |______^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status_array.rs:18:5
[INFO] [stdout]       |
[INFO] [stdout]    18 |       fn action_msgs__msg__GoalStatusArray__Sequence__fini(msg: *mut GoalStatusArraySeqRaw);
[INFO] [stdout]       |       -------------------------------------------------------------------------------------- `action_msgs__msg__GoalStatusArray__Sequence__fini` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut action_msgs::msg::goal_status_array::GoalStatusArraySeqRaw)`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__msg__GoalStatusArray__Sequence)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatusArray__Sequence__are_equal` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:23049:5
[INFO] [stdout]       |
[INFO] [stdout] 23049 | /     pub fn action_msgs__msg__GoalStatusArray__Sequence__are_equal(
[INFO] [stdout] 23050 | |         lhs: *const action_msgs__msg__GoalStatusArray__Sequence,
[INFO] [stdout] 23051 | |         rhs: *const action_msgs__msg__GoalStatusArray__Sequence,
[INFO] [stdout] 23052 | |     ) -> bool;
[INFO] [stdout]       | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status_array.rs:19:5
[INFO] [stdout]       |
[INFO] [stdout]    19 | /     fn action_msgs__msg__GoalStatusArray__Sequence__are_equal(
[INFO] [stdout]    20 | |         lhs: *const GoalStatusArraySeqRaw,
[INFO] [stdout]    21 | |         rhs: *const GoalStatusArraySeqRaw,
[INFO] [stdout]    22 | |     ) -> bool;
[INFO] [stdout]       | |______________- `action_msgs__msg__GoalStatusArray__Sequence__are_equal` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*const action_msgs::msg::goal_status_array::GoalStatusArraySeqRaw, *const action_msgs::msg::goal_status_array::GoalStatusArraySeqRaw) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*const action_msgs__msg__GoalStatusArray__Sequence, *const action_msgs__msg__GoalStatusArray__Sequence) -> bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__srv__CancelGoal_Response__init` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:23499:5
[INFO] [stdout]       |
[INFO] [stdout] 23499 | /     pub fn action_msgs__srv__CancelGoal_Response__init(
[INFO] [stdout] 23500 | |         msg: *mut action_msgs__srv__CancelGoal_Response,
[INFO] [stdout] 23501 | |     ) -> bool;
[INFO] [stdout]       | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/srv/cancel_goal.rs:20:5
[INFO] [stdout]       |
[INFO] [stdout]    20 |       fn action_msgs__srv__CancelGoal_Response__init(msg: *mut CancelGoalResponse) -> bool;
[INFO] [stdout]       |       ------------------------------------------------------------------------------------- `action_msgs__srv__CancelGoal_Response__init` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut cancel_goal::CancelGoalResponse) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__srv__CancelGoal_Response) -> bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__srv__CancelGoal_Response__fini` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:23504:5
[INFO] [stdout]       |
[INFO] [stdout] 23504 | /     pub fn action_msgs__srv__CancelGoal_Response__fini(
[INFO] [stdout] 23505 | |         msg: *mut action_msgs__srv__CancelGoal_Response,
[INFO] [stdout] 23506 | |     );
[INFO] [stdout]       | |______^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/srv/cancel_goal.rs:21:5
[INFO] [stdout]       |
[INFO] [stdout]    21 |       fn action_msgs__srv__CancelGoal_Response__fini(msg: *mut CancelGoalResponse);
[INFO] [stdout]       |       ----------------------------------------------------------------------------- `action_msgs__srv__CancelGoal_Response__fini` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut cancel_goal::CancelGoalResponse)`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__srv__CancelGoal_Response)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__srv__CancelGoal_Response__Sequence__init` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:23550:5
[INFO] [stdout]       |
[INFO] [stdout] 23550 | /     pub fn action_msgs__srv__CancelGoal_Response__Sequence__init(
[INFO] [stdout] 23551 | |         array: *mut action_msgs__srv__CancelGoal_Response__Sequence,
[INFO] [stdout] 23552 | |         size: usize,
[INFO] [stdout] 23553 | |     ) -> bool;
[INFO] [stdout]       | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/srv/cancel_goal.rs:22:5
[INFO] [stdout]       |
[INFO] [stdout]    22 | /     fn action_msgs__srv__CancelGoal_Response__Sequence__init(
[INFO] [stdout]    23 | |         msg: *mut CancelGoalResponseSeqRaw,
[INFO] [stdout]    24 | |         size: usize,
[INFO] [stdout]    25 | |     ) -> bool;
[INFO] [stdout]       | |______________- `action_msgs__srv__CancelGoal_Response__Sequence__init` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut CancelGoalResponseSeqRaw, usize) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__srv__CancelGoal_Response__Sequence, usize) -> bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__srv__CancelGoal_Response__Sequence__fini` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:23556:5
[INFO] [stdout]       |
[INFO] [stdout] 23556 | /     pub fn action_msgs__srv__CancelGoal_Response__Sequence__fini(
[INFO] [stdout] 23557 | |         array: *mut action_msgs__srv__CancelGoal_Response__Sequence,
[INFO] [stdout] 23558 | |     );
[INFO] [stdout]       | |______^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/srv/cancel_goal.rs:26:5
[INFO] [stdout]       |
[INFO] [stdout]    26 |       fn action_msgs__srv__CancelGoal_Response__Sequence__fini(msg: *mut CancelGoalResponseSeqRaw);
[INFO] [stdout]       |       --------------------------------------------------------------------------------------------- `action_msgs__srv__CancelGoal_Response__Sequence__fini` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut CancelGoalResponseSeqRaw)`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__srv__CancelGoal_Response__Sequence)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.54s
[INFO] running `Command { std: "docker" "inspect" "4f58a6288d8f6a62569be585db9ec15f0936ddfbdd77b50c7d1ed9b5726540ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f58a6288d8f6a62569be585db9ec15f0936ddfbdd77b50c7d1ed9b5726540ee", kill_on_drop: false }`
[INFO] [stdout] 4f58a6288d8f6a62569be585db9ec15f0936ddfbdd77b50c7d1ed9b5726540ee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5bdbe25d1355ba1b4668f05a6f767c71728dddc372ce5f6ee70a29af6d57fd44
[INFO] running `Command { std: "docker" "start" "-a" "5bdbe25d1355ba1b4668f05a6f767c71728dddc372ce5f6ee70a29af6d57fd44", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling fastrand v2.1.0
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling value-bag v1.9.0
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling socket2 v0.4.10
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr] warning: safe_drive@0.4.3: 'ROS_DISTRO is not set properly. Defaulting to jazzy.'
[INFO] [stderr]    Compiling synctools v0.3.3
[INFO] [stderr]    Compiling rustix v0.37.27
[INFO] [stderr]    Compiling futures-lite v2.3.0
[INFO] [stderr]    Compiling piper v0.2.3
[INFO] [stderr]    Compiling memac v0.5.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.13
[INFO] [stderr]    Compiling event-listener v5.3.1
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling event-listener-strategy v0.5.2
[INFO] [stderr]    Compiling async-executor v1.12.0
[INFO] [stderr]    Compiling async-channel v2.3.1
[INFO] [stderr]    Compiling async-lock v3.4.0
[INFO] [stderr]    Compiling blocking v1.6.1
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling safe_drive v0.4.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling async-attributes v1.1.2
[INFO] [stdout] warning: use of deprecated module `std::intrinsics`: import this function via `std::mem` instead
[INFO] [stdout]   --> src/msg.rs:33:51
[INFO] [stdout]    |
[INFO] [stdout] 33 | use std::{ffi::CString, fmt::Display, intrinsics::transmute};
[INFO] [stdout]    |                                                   ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling polling v3.7.2
[INFO] [stderr]    Compiling async-io v2.3.3
[INFO] [stderr]    Compiling async-global-executor v2.4.1
[INFO] [stderr]    Compiling async-std v1.12.0
[INFO] [stdout] warning: struct `CombinedFuture` is never constructed
[INFO] [stdout]    --> src/action/server.rs:811:8
[INFO] [stdout]     |
[INFO] [stdout] 811 | struct CombinedFuture {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parameter.rs:894:17
[INFO] [stdout]     |
[INFO] [stdout] 894 |     pub fn wait(&mut self) -> AsyncWait {
[INFO] [stdout]     |                 ^^^^^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 894 |     pub fn wait(&mut self) -> AsyncWait<'_> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatus__init` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:22808:5
[INFO] [stdout]       |
[INFO] [stdout] 22808 |     pub fn action_msgs__msg__GoalStatus__init(msg: *mut action_msgs__msg__GoalStatus) -> bool;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status.rs:15:5
[INFO] [stdout]       |
[INFO] [stdout]    15 |     fn action_msgs__msg__GoalStatus__init(msg: *mut GoalStatus) -> bool;
[INFO] [stdout]       |     -------------------------------------------------------------------- `action_msgs__msg__GoalStatus__init` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut action_msgs::msg::goal_status::GoalStatus) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__msg__GoalStatus) -> bool`
[INFO] [stdout]       = note: `#[warn(clashing_extern_declarations)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatus__fini` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:22811:5
[INFO] [stdout]       |
[INFO] [stdout] 22811 |     pub fn action_msgs__msg__GoalStatus__fini(msg: *mut action_msgs__msg__GoalStatus);
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status.rs:16:5
[INFO] [stdout]       |
[INFO] [stdout]    16 |     fn action_msgs__msg__GoalStatus__fini(msg: *mut GoalStatus);
[INFO] [stdout]       |     ------------------------------------------------------------ `action_msgs__msg__GoalStatus__fini` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut action_msgs::msg::goal_status::GoalStatus)`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__msg__GoalStatus)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatus__are_equal` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:22820:5
[INFO] [stdout]       |
[INFO] [stdout] 22820 | /     pub fn action_msgs__msg__GoalStatus__are_equal(
[INFO] [stdout] 22821 | |         lhs: *const action_msgs__msg__GoalStatus,
[INFO] [stdout] 22822 | |         rhs: *const action_msgs__msg__GoalStatus,
[INFO] [stdout] 22823 | |     ) -> bool;
[INFO] [stdout]       | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status.rs:17:5
[INFO] [stdout]       |
[INFO] [stdout]    17 | /     fn action_msgs__msg__GoalStatus__are_equal(
[INFO] [stdout]    18 | |         lhs: *const GoalStatus,
[INFO] [stdout]    19 | |         rhs: *const GoalStatus,
[INFO] [stdout]    20 | |     ) -> bool;
[INFO] [stdout]       | |______________- `action_msgs__msg__GoalStatus__are_equal` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*const action_msgs::msg::goal_status::GoalStatus, *const action_msgs::msg::goal_status::GoalStatus) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*const action_msgs__msg__GoalStatus, *const action_msgs__msg__GoalStatus) -> bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatus__Sequence__init` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:22852:5
[INFO] [stdout]       |
[INFO] [stdout] 22852 | /     pub fn action_msgs__msg__GoalStatus__Sequence__init(
[INFO] [stdout] 22853 | |         array: *mut action_msgs__msg__GoalStatus__Sequence,
[INFO] [stdout] 22854 | |         size: usize,
[INFO] [stdout] 22855 | |     ) -> bool;
[INFO] [stdout]       | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status.rs:21:5
[INFO] [stdout]       |
[INFO] [stdout]    21 | /     fn action_msgs__msg__GoalStatus__Sequence__init(
[INFO] [stdout]    22 | |         msg: *mut GoalStatusSeqRaw,
[INFO] [stdout]    23 | |         size: usize,
[INFO] [stdout]    24 | |     ) -> bool;
[INFO] [stdout]       | |______________- `action_msgs__msg__GoalStatus__Sequence__init` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut action_msgs::msg::goal_status::GoalStatusSeqRaw, usize) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__msg__GoalStatus__Sequence, usize) -> bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatus__Sequence__fini` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:22858:5
[INFO] [stdout]       |
[INFO] [stdout] 22858 | /     pub fn action_msgs__msg__GoalStatus__Sequence__fini(
[INFO] [stdout] 22859 | |         array: *mut action_msgs__msg__GoalStatus__Sequence,
[INFO] [stdout] 22860 | |     );
[INFO] [stdout]       | |______^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status.rs:25:5
[INFO] [stdout]       |
[INFO] [stdout]    25 |       fn action_msgs__msg__GoalStatus__Sequence__fini(msg: *mut GoalStatusSeqRaw);
[INFO] [stdout]       |       ---------------------------------------------------------------------------- `action_msgs__msg__GoalStatus__Sequence__fini` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut action_msgs::msg::goal_status::GoalStatusSeqRaw)`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__msg__GoalStatus__Sequence)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatus__Sequence__are_equal` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:22873:5
[INFO] [stdout]       |
[INFO] [stdout] 22873 | /     pub fn action_msgs__msg__GoalStatus__Sequence__are_equal(
[INFO] [stdout] 22874 | |         lhs: *const action_msgs__msg__GoalStatus__Sequence,
[INFO] [stdout] 22875 | |         rhs: *const action_msgs__msg__GoalStatus__Sequence,
[INFO] [stdout] 22876 | |     ) -> bool;
[INFO] [stdout]       | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status.rs:26:5
[INFO] [stdout]       |
[INFO] [stdout]    26 | /     fn action_msgs__msg__GoalStatus__Sequence__are_equal(
[INFO] [stdout]    27 | |         lhs: *const GoalStatusSeqRaw,
[INFO] [stdout]    28 | |         rhs: *const GoalStatusSeqRaw,
[INFO] [stdout]    29 | |     ) -> bool;
[INFO] [stdout]       | |______________- `action_msgs__msg__GoalStatus__Sequence__are_equal` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*const action_msgs::msg::goal_status::GoalStatusSeqRaw, *const action_msgs::msg::goal_status::GoalStatusSeqRaw) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*const action_msgs__msg__GoalStatus__Sequence, *const action_msgs__msg__GoalStatus__Sequence) -> bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatusArray__init` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:22982:5
[INFO] [stdout]       |
[INFO] [stdout] 22982 | /     pub fn action_msgs__msg__GoalStatusArray__init(
[INFO] [stdout] 22983 | |         msg: *mut action_msgs__msg__GoalStatusArray,
[INFO] [stdout] 22984 | |     ) -> bool;
[INFO] [stdout]       | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status_array.rs:8:5
[INFO] [stdout]       |
[INFO] [stdout]     8 |       fn action_msgs__msg__GoalStatusArray__init(msg: *mut GoalStatusArray) -> bool;
[INFO] [stdout]       |       ------------------------------------------------------------------------------ `action_msgs__msg__GoalStatusArray__init` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut action_msgs::msg::goal_status_array::GoalStatusArray) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__msg__GoalStatusArray) -> bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatusArray__fini` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:22987:5
[INFO] [stdout]       |
[INFO] [stdout] 22987 |     pub fn action_msgs__msg__GoalStatusArray__fini(msg: *mut action_msgs__msg__GoalStatusArray);
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status_array.rs:9:5
[INFO] [stdout]       |
[INFO] [stdout]     9 |     fn action_msgs__msg__GoalStatusArray__fini(msg: *mut GoalStatusArray);
[INFO] [stdout]       |     ---------------------------------------------------------------------- `action_msgs__msg__GoalStatusArray__fini` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut action_msgs::msg::goal_status_array::GoalStatusArray)`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__msg__GoalStatusArray)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatusArray__are_equal` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:22996:5
[INFO] [stdout]       |
[INFO] [stdout] 22996 | /     pub fn action_msgs__msg__GoalStatusArray__are_equal(
[INFO] [stdout] 22997 | |         lhs: *const action_msgs__msg__GoalStatusArray,
[INFO] [stdout] 22998 | |         rhs: *const action_msgs__msg__GoalStatusArray,
[INFO] [stdout] 22999 | |     ) -> bool;
[INFO] [stdout]       | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status_array.rs:10:5
[INFO] [stdout]       |
[INFO] [stdout]    10 | /     fn action_msgs__msg__GoalStatusArray__are_equal(
[INFO] [stdout]    11 | |         lhs: *const GoalStatusArray,
[INFO] [stdout]    12 | |         rhs: *const GoalStatusArray,
[INFO] [stdout]    13 | |     ) -> bool;
[INFO] [stdout]       | |______________- `action_msgs__msg__GoalStatusArray__are_equal` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*const action_msgs::msg::goal_status_array::GoalStatusArray, *const action_msgs::msg::goal_status_array::GoalStatusArray) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*const action_msgs__msg__GoalStatusArray, *const action_msgs__msg__GoalStatusArray) -> bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatusArray__Sequence__init` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:23028:5
[INFO] [stdout]       |
[INFO] [stdout] 23028 | /     pub fn action_msgs__msg__GoalStatusArray__Sequence__init(
[INFO] [stdout] 23029 | |         array: *mut action_msgs__msg__GoalStatusArray__Sequence,
[INFO] [stdout] 23030 | |         size: usize,
[INFO] [stdout] 23031 | |     ) -> bool;
[INFO] [stdout]       | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status_array.rs:14:5
[INFO] [stdout]       |
[INFO] [stdout]    14 | /     fn action_msgs__msg__GoalStatusArray__Sequence__init(
[INFO] [stdout]    15 | |         msg: *mut GoalStatusArraySeqRaw,
[INFO] [stdout]    16 | |         size: usize,
[INFO] [stdout]    17 | |     ) -> bool;
[INFO] [stdout]       | |______________- `action_msgs__msg__GoalStatusArray__Sequence__init` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut action_msgs::msg::goal_status_array::GoalStatusArraySeqRaw, usize) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__msg__GoalStatusArray__Sequence, usize) -> bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatusArray__Sequence__fini` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:23034:5
[INFO] [stdout]       |
[INFO] [stdout] 23034 | /     pub fn action_msgs__msg__GoalStatusArray__Sequence__fini(
[INFO] [stdout] 23035 | |         array: *mut action_msgs__msg__GoalStatusArray__Sequence,
[INFO] [stdout] 23036 | |     );
[INFO] [stdout]       | |______^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status_array.rs:18:5
[INFO] [stdout]       |
[INFO] [stdout]    18 |       fn action_msgs__msg__GoalStatusArray__Sequence__fini(msg: *mut GoalStatusArraySeqRaw);
[INFO] [stdout]       |       -------------------------------------------------------------------------------------- `action_msgs__msg__GoalStatusArray__Sequence__fini` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut action_msgs::msg::goal_status_array::GoalStatusArraySeqRaw)`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__msg__GoalStatusArray__Sequence)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatusArray__Sequence__are_equal` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:23049:5
[INFO] [stdout]       |
[INFO] [stdout] 23049 | /     pub fn action_msgs__msg__GoalStatusArray__Sequence__are_equal(
[INFO] [stdout] 23050 | |         lhs: *const action_msgs__msg__GoalStatusArray__Sequence,
[INFO] [stdout] 23051 | |         rhs: *const action_msgs__msg__GoalStatusArray__Sequence,
[INFO] [stdout] 23052 | |     ) -> bool;
[INFO] [stdout]       | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status_array.rs:19:5
[INFO] [stdout]       |
[INFO] [stdout]    19 | /     fn action_msgs__msg__GoalStatusArray__Sequence__are_equal(
[INFO] [stdout]    20 | |         lhs: *const GoalStatusArraySeqRaw,
[INFO] [stdout]    21 | |         rhs: *const GoalStatusArraySeqRaw,
[INFO] [stdout]    22 | |     ) -> bool;
[INFO] [stdout]       | |______________- `action_msgs__msg__GoalStatusArray__Sequence__are_equal` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*const action_msgs::msg::goal_status_array::GoalStatusArraySeqRaw, *const action_msgs::msg::goal_status_array::GoalStatusArraySeqRaw) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*const action_msgs__msg__GoalStatusArray__Sequence, *const action_msgs__msg__GoalStatusArray__Sequence) -> bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__srv__CancelGoal_Response__init` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:23499:5
[INFO] [stdout]       |
[INFO] [stdout] 23499 | /     pub fn action_msgs__srv__CancelGoal_Response__init(
[INFO] [stdout] 23500 | |         msg: *mut action_msgs__srv__CancelGoal_Response,
[INFO] [stdout] 23501 | |     ) -> bool;
[INFO] [stdout]       | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/srv/cancel_goal.rs:20:5
[INFO] [stdout]       |
[INFO] [stdout]    20 |       fn action_msgs__srv__CancelGoal_Response__init(msg: *mut CancelGoalResponse) -> bool;
[INFO] [stdout]       |       ------------------------------------------------------------------------------------- `action_msgs__srv__CancelGoal_Response__init` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut cancel_goal::CancelGoalResponse) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__srv__CancelGoal_Response) -> bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__srv__CancelGoal_Response__fini` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:23504:5
[INFO] [stdout]       |
[INFO] [stdout] 23504 | /     pub fn action_msgs__srv__CancelGoal_Response__fini(
[INFO] [stdout] 23505 | |         msg: *mut action_msgs__srv__CancelGoal_Response,
[INFO] [stdout] 23506 | |     );
[INFO] [stdout]       | |______^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/srv/cancel_goal.rs:21:5
[INFO] [stdout]       |
[INFO] [stdout]    21 |       fn action_msgs__srv__CancelGoal_Response__fini(msg: *mut CancelGoalResponse);
[INFO] [stdout]       |       ----------------------------------------------------------------------------- `action_msgs__srv__CancelGoal_Response__fini` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut cancel_goal::CancelGoalResponse)`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__srv__CancelGoal_Response)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__srv__CancelGoal_Response__Sequence__init` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:23550:5
[INFO] [stdout]       |
[INFO] [stdout] 23550 | /     pub fn action_msgs__srv__CancelGoal_Response__Sequence__init(
[INFO] [stdout] 23551 | |         array: *mut action_msgs__srv__CancelGoal_Response__Sequence,
[INFO] [stdout] 23552 | |         size: usize,
[INFO] [stdout] 23553 | |     ) -> bool;
[INFO] [stdout]       | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/srv/cancel_goal.rs:22:5
[INFO] [stdout]       |
[INFO] [stdout]    22 | /     fn action_msgs__srv__CancelGoal_Response__Sequence__init(
[INFO] [stdout]    23 | |         msg: *mut CancelGoalResponseSeqRaw,
[INFO] [stdout]    24 | |         size: usize,
[INFO] [stdout]    25 | |     ) -> bool;
[INFO] [stdout]       | |______________- `action_msgs__srv__CancelGoal_Response__Sequence__init` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut CancelGoalResponseSeqRaw, usize) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__srv__CancelGoal_Response__Sequence, usize) -> bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__srv__CancelGoal_Response__Sequence__fini` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:23556:5
[INFO] [stdout]       |
[INFO] [stdout] 23556 | /     pub fn action_msgs__srv__CancelGoal_Response__Sequence__fini(
[INFO] [stdout] 23557 | |         array: *mut action_msgs__srv__CancelGoal_Response__Sequence,
[INFO] [stdout] 23558 | |     );
[INFO] [stdout]       | |______^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/srv/cancel_goal.rs:26:5
[INFO] [stdout]       |
[INFO] [stdout]    26 |       fn action_msgs__srv__CancelGoal_Response__Sequence__fini(msg: *mut CancelGoalResponseSeqRaw);
[INFO] [stdout]       |       --------------------------------------------------------------------------------------------- `action_msgs__srv__CancelGoal_Response__Sequence__fini` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut CancelGoalResponseSeqRaw)`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__srv__CancelGoal_Response__Sequence)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `MyAction_SendGoal` should have an upper camel case name
[INFO] [stdout]    --> examples/my_action/mod.rs:623:12
[INFO] [stdout]     |
[INFO] [stdout] 623 | pub struct MyAction_SendGoal;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MyActionSendGoal`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `MyAction_GetResult` should have an upper camel case name
[INFO] [stdout]     --> examples/my_action/mod.rs:1190:12
[INFO] [stdout]      |
[INFO] [stdout] 1190 | pub struct MyAction_GetResult;
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MyActionGetResult`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustczMFBE5/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libsafe_drive-f32120ce84711b14,libsignal_hook-7fb16322aa8ceaef,libsignal_hook_registry-53d10740b4406593,libcrossbeam_channel-0986d2ccd8410658,libcrossbeam_utils-9bc3389bd996d7a5,libregex-073e70ac1803f7c2,libregex_automata-2ccc4e100b6a8392,libaho_corasick-1bbfefaf9b8c5c2b,libregex_syntax-8099f48d766365de,libnum_traits-9b8183c8fe610ce1,libonce_cell-75d2118436933f61,libfutures-3eb8fddc1eebacb4,libfutures_executor-3d7f0f5c0f386481,libfutures_util-7af46cf9b108db1f,libmemchr-6e500fc2d2cc2174,libfutures_io-413514aa89d3f7a0,libslab-8b16734caed82d27,libfutures_channel-5e71d37b9847de0b,libpin_project_lite-96380cfbe13ff412,libfutures_sink-abd0720b630188a5,libfutures_task-b56747de5200829a,libpin_utils-edd6e294c1e21a4f,libfutures_core-f9239d29bad6497f,libparking_lot-ebd4234a48ab5a53,libparking_lot_core-0bc178c95f777539,liblibc-c6d55528d9606a6f,libcfg_if-8c8419bc1cff3c76,libsmallvec-8d80e7d293f973ed,liblock_api-25d348c0d67d6cf4,libscopeguard-88d64e99d3001c2a,libpin_project-8eaa4efd33896743}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lrcl" "-lrcl_action" "-lrcutils" "-lrmw" "-lrosidl_runtime_c" "-lactionlib_msgs__rosidl_typesupport_c" "-lactionlib_msgs__rosidl_generator_c" "-lbuiltin_interfaces__rosidl_typesupport_c" "-lbuiltin_interfaces__rosidl_generator_c" "-ldiagnostic_msgs__rosidl_typesupport_c" "-ldiagnostic_msgs__rosidl_generator_c" "-lgeometry_msgs__rosidl_typesupport_c" "-lgeometry_msgs__rosidl_generator_c" "-lnav_msgs__rosidl_typesupport_c" "-lnav_msgs__rosidl_generator_c" "-lsensor_msgs__rosidl_typesupport_c" "-lsensor_msgs__rosidl_generator_c" "-lshape_msgs__rosidl_typesupport_c" "-lshape_msgs__rosidl_generator_c" "-lstd_msgs__rosidl_typesupport_c" "-lstd_msgs__rosidl_generator_c" "-lstd_srvs__rosidl_typesupport_c" "-lstd_srvs__rosidl_generator_c" "-lstereo_msgs__rosidl_typesupport_c" "-lstereo_msgs__rosidl_generator_c" "-ltrajectory_msgs__rosidl_typesupport_c" "-ltrajectory_msgs__rosidl_generator_c" "-lunique_identifier_msgs__rosidl_typesupport_c" "-lunique_identifier_msgs__rosidl_generator_c" "-lvisualization_msgs__rosidl_typesupport_c" "-lvisualization_msgs__rosidl_generator_c" "-lrcl_interfaces__rosidl_typesupport_c" "-lrcl_interfaces__rosidl_generator_c" "-laction_msgs__rosidl_typesupport_c" "-laction_msgs__rosidl_generator_c" "-lservice_msgs__rosidl_typesupport_c" "-lservice_msgs__rosidl_generator_c" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustczMFBE5/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/logger-f0c2c8d73a032afc" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lrcl
[INFO] [stdout]           rust-lld: error: unable to find library -lrcl_action
[INFO] [stdout]           rust-lld: error: unable to find library -lrcutils
[INFO] [stdout]           rust-lld: error: unable to find library -lrmw
[INFO] [stdout]           rust-lld: error: unable to find library -lrosidl_runtime_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lstd_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: safe_drive@0.4.3: 'ROS_DISTRO is not set properly. Defaulting to jazzy.'
[INFO] [stderr] error: could not compile `safe_drive` (test "logger") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustc8r3yhU/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libsafe_drive-f32120ce84711b14,libsignal_hook-7fb16322aa8ceaef,libsignal_hook_registry-53d10740b4406593,libcrossbeam_channel-0986d2ccd8410658,libcrossbeam_utils-9bc3389bd996d7a5,libregex-073e70ac1803f7c2,libregex_automata-2ccc4e100b6a8392,libaho_corasick-1bbfefaf9b8c5c2b,libregex_syntax-8099f48d766365de,libnum_traits-9b8183c8fe610ce1,libonce_cell-75d2118436933f61,libfutures-3eb8fddc1eebacb4,libfutures_executor-3d7f0f5c0f386481,libfutures_util-7af46cf9b108db1f,libmemchr-6e500fc2d2cc2174,libfutures_io-413514aa89d3f7a0,libslab-8b16734caed82d27,libfutures_channel-5e71d37b9847de0b,libpin_project_lite-96380cfbe13ff412,libfutures_sink-abd0720b630188a5,libfutures_task-b56747de5200829a,libpin_utils-edd6e294c1e21a4f,libfutures_core-f9239d29bad6497f,libparking_lot-ebd4234a48ab5a53,libparking_lot_core-0bc178c95f777539,liblibc-c6d55528d9606a6f,libcfg_if-8c8419bc1cff3c76,libsmallvec-8d80e7d293f973ed,liblock_api-25d348c0d67d6cf4,libscopeguard-88d64e99d3001c2a,libpin_project-8eaa4efd33896743}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lrcl" "-lrcl_action" "-lrcutils" "-lrmw" "-lrosidl_runtime_c" "-lactionlib_msgs__rosidl_typesupport_c" "-lactionlib_msgs__rosidl_generator_c" "-lbuiltin_interfaces__rosidl_typesupport_c" "-lbuiltin_interfaces__rosidl_generator_c" "-ldiagnostic_msgs__rosidl_typesupport_c" "-ldiagnostic_msgs__rosidl_generator_c" "-lgeometry_msgs__rosidl_typesupport_c" "-lgeometry_msgs__rosidl_generator_c" "-lnav_msgs__rosidl_typesupport_c" "-lnav_msgs__rosidl_generator_c" "-lsensor_msgs__rosidl_typesupport_c" "-lsensor_msgs__rosidl_generator_c" "-lshape_msgs__rosidl_typesupport_c" "-lshape_msgs__rosidl_generator_c" "-lstd_msgs__rosidl_typesupport_c" "-lstd_msgs__rosidl_generator_c" "-lstd_srvs__rosidl_typesupport_c" "-lstd_srvs__rosidl_generator_c" "-lstereo_msgs__rosidl_typesupport_c" "-lstereo_msgs__rosidl_generator_c" "-ltrajectory_msgs__rosidl_typesupport_c" "-ltrajectory_msgs__rosidl_generator_c" "-lunique_identifier_msgs__rosidl_typesupport_c" "-lunique_identifier_msgs__rosidl_generator_c" "-lvisualization_msgs__rosidl_typesupport_c" "-lvisualization_msgs__rosidl_generator_c" "-lrcl_interfaces__rosidl_typesupport_c" "-lrcl_interfaces__rosidl_generator_c" "-laction_msgs__rosidl_typesupport_c" "-laction_msgs__rosidl_generator_c" "-lservice_msgs__rosidl_typesupport_c" "-lservice_msgs__rosidl_generator_c" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustc8r3yhU/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/publish_loaned-9c5715c4ce3ab99f" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lrcl
[INFO] [stdout]           rust-lld: error: unable to find library -lrcl_action
[INFO] [stdout]           rust-lld: error: unable to find library -lrcutils
[INFO] [stdout]           rust-lld: error: unable to find library -lrmw
[INFO] [stdout]           rust-lld: error: unable to find library -lrosidl_runtime_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lstd_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcyAo8jb/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libsafe_drive-f32120ce84711b14,libsignal_hook-7fb16322aa8ceaef,libsignal_hook_registry-53d10740b4406593,libcrossbeam_channel-0986d2ccd8410658,libcrossbeam_utils-9bc3389bd996d7a5,libregex-073e70ac1803f7c2,libregex_automata-2ccc4e100b6a8392,libaho_corasick-1bbfefaf9b8c5c2b,libregex_syntax-8099f48d766365de,libnum_traits-9b8183c8fe610ce1,libonce_cell-75d2118436933f61,libfutures-3eb8fddc1eebacb4,libfutures_executor-3d7f0f5c0f386481,libfutures_util-7af46cf9b108db1f,libmemchr-6e500fc2d2cc2174,libfutures_io-413514aa89d3f7a0,libslab-8b16734caed82d27,libfutures_channel-5e71d37b9847de0b,libpin_project_lite-96380cfbe13ff412,libfutures_sink-abd0720b630188a5,libfutures_task-b56747de5200829a,libpin_utils-edd6e294c1e21a4f,libfutures_core-f9239d29bad6497f,libparking_lot-ebd4234a48ab5a53,libparking_lot_core-0bc178c95f777539,liblibc-c6d55528d9606a6f,libcfg_if-8c8419bc1cff3c76,libsmallvec-8d80e7d293f973ed,liblock_api-25d348c0d67d6cf4,libscopeguard-88d64e99d3001c2a,libpin_project-8eaa4efd33896743}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lrcl" "-lrcl_action" "-lrcutils" "-lrmw" "-lrosidl_runtime_c" "-lactionlib_msgs__rosidl_typesupport_c" "-lactionlib_msgs__rosidl_generator_c" "-lbuiltin_interfaces__rosidl_typesupport_c" "-lbuiltin_interfaces__rosidl_generator_c" "-ldiagnostic_msgs__rosidl_typesupport_c" "-ldiagnostic_msgs__rosidl_generator_c" "-lgeometry_msgs__rosidl_typesupport_c" "-lgeometry_msgs__rosidl_generator_c" "-lnav_msgs__rosidl_typesupport_c" "-lnav_msgs__rosidl_generator_c" "-lsensor_msgs__rosidl_typesupport_c" "-lsensor_msgs__rosidl_generator_c" "-lshape_msgs__rosidl_typesupport_c" "-lshape_msgs__rosidl_generator_c" "-lstd_msgs__rosidl_typesupport_c" "-lstd_msgs__rosidl_generator_c" "-lstd_srvs__rosidl_typesupport_c" "-lstd_srvs__rosidl_generator_c" "-lstereo_msgs__rosidl_typesupport_c" "-lstereo_msgs__rosidl_generator_c" "-ltrajectory_msgs__rosidl_typesupport_c" "-ltrajectory_msgs__rosidl_generator_c" "-lunique_identifier_msgs__rosidl_typesupport_c" "-lunique_identifier_msgs__rosidl_generator_c" "-lvisualization_msgs__rosidl_typesupport_c" "-lvisualization_msgs__rosidl_generator_c" "-lrcl_interfaces__rosidl_typesupport_c" "-lrcl_interfaces__rosidl_generator_c" "-laction_msgs__rosidl_typesupport_c" "-laction_msgs__rosidl_generator_c" "-lservice_msgs__rosidl_typesupport_c" "-lservice_msgs__rosidl_generator_c" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcyAo8jb/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/publish-30d50279e154cde6" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lrcl
[INFO] [stdout]           rust-lld: error: unable to find library -lrcl_action
[INFO] [stdout]           rust-lld: error: unable to find library -lrcutils
[INFO] [stdout]           rust-lld: error: unable to find library -lrmw
[INFO] [stdout]           rust-lld: error: unable to find library -lrosidl_runtime_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lstd_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: safe_drive@0.4.3: 'ROS_DISTRO is not set properly. Defaulting to jazzy.'
[INFO] [stderr] error: could not compile `safe_drive` (test "publish_loaned") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustctOsht6/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libsafe_drive-f32120ce84711b14,libsignal_hook-7fb16322aa8ceaef,libsignal_hook_registry-53d10740b4406593,libcrossbeam_channel-0986d2ccd8410658,libcrossbeam_utils-9bc3389bd996d7a5,libregex-073e70ac1803f7c2,libregex_automata-2ccc4e100b6a8392,libaho_corasick-1bbfefaf9b8c5c2b,libregex_syntax-8099f48d766365de,libnum_traits-9b8183c8fe610ce1,libonce_cell-75d2118436933f61,libfutures-3eb8fddc1eebacb4,libfutures_executor-3d7f0f5c0f386481,libfutures_util-7af46cf9b108db1f,libmemchr-6e500fc2d2cc2174,libfutures_io-413514aa89d3f7a0,libslab-8b16734caed82d27,libfutures_channel-5e71d37b9847de0b,libpin_project_lite-96380cfbe13ff412,libfutures_sink-abd0720b630188a5,libfutures_task-b56747de5200829a,libpin_utils-edd6e294c1e21a4f,libfutures_core-f9239d29bad6497f,libparking_lot-ebd4234a48ab5a53,libparking_lot_core-0bc178c95f777539,liblibc-c6d55528d9606a6f,libcfg_if-8c8419bc1cff3c76,libsmallvec-8d80e7d293f973ed,liblock_api-25d348c0d67d6cf4,libscopeguard-88d64e99d3001c2a,libpin_project-8eaa4efd33896743}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lrcl" "-lrcl_action" "-lrcutils" "-lrmw" "-lrosidl_runtime_c" "-lactionlib_msgs__rosidl_typesupport_c" "-lactionlib_msgs__rosidl_generator_c" "-lbuiltin_interfaces__rosidl_typesupport_c" "-lbuiltin_interfaces__rosidl_generator_c" "-ldiagnostic_msgs__rosidl_typesupport_c" "-ldiagnostic_msgs__rosidl_generator_c" "-lgeometry_msgs__rosidl_typesupport_c" "-lgeometry_msgs__rosidl_generator_c" "-lnav_msgs__rosidl_typesupport_c" "-lnav_msgs__rosidl_generator_c" "-lsensor_msgs__rosidl_typesupport_c" "-lsensor_msgs__rosidl_generator_c" "-lshape_msgs__rosidl_typesupport_c" "-lshape_msgs__rosidl_generator_c" "-lstd_msgs__rosidl_typesupport_c" "-lstd_msgs__rosidl_generator_c" "-lstd_srvs__rosidl_typesupport_c" "-lstd_srvs__rosidl_generator_c" "-lstereo_msgs__rosidl_typesupport_c" "-lstereo_msgs__rosidl_generator_c" "-ltrajectory_msgs__rosidl_typesupport_c" "-ltrajectory_msgs__rosidl_generator_c" "-lunique_identifier_msgs__rosidl_typesupport_c" "-lunique_identifier_msgs__rosidl_generator_c" "-lvisualization_msgs__rosidl_typesupport_c" "-lvisualization_msgs__rosidl_generator_c" "-lrcl_interfaces__rosidl_typesupport_c" "-lrcl_interfaces__rosidl_generator_c" "-laction_msgs__rosidl_typesupport_c" "-laction_msgs__rosidl_generator_c" "-lservice_msgs__rosidl_typesupport_c" "-lservice_msgs__rosidl_generator_c" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustctOsht6/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/no_server-e3eaad1d32f78cd6" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lrcl
[INFO] [stdout]           rust-lld: error: unable to find library -lrcl_action
[INFO] [stdout]           rust-lld: error: unable to find library -lrcutils
[INFO] [stdout]           rust-lld: error: unable to find library -lrmw
[INFO] [stdout]           rust-lld: error: unable to find library -lrosidl_runtime_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lstd_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcXoYak3/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libsafe_drive-f32120ce84711b14,libsignal_hook-7fb16322aa8ceaef,libsignal_hook_registry-53d10740b4406593,libcrossbeam_channel-0986d2ccd8410658,libcrossbeam_utils-9bc3389bd996d7a5,libregex-073e70ac1803f7c2,libregex_automata-2ccc4e100b6a8392,libaho_corasick-1bbfefaf9b8c5c2b,libregex_syntax-8099f48d766365de,libnum_traits-9b8183c8fe610ce1,libonce_cell-75d2118436933f61,libfutures-3eb8fddc1eebacb4,libfutures_executor-3d7f0f5c0f386481,libfutures_util-7af46cf9b108db1f,libmemchr-6e500fc2d2cc2174,libfutures_io-413514aa89d3f7a0,libslab-8b16734caed82d27,libfutures_channel-5e71d37b9847de0b,libpin_project_lite-96380cfbe13ff412,libfutures_sink-abd0720b630188a5,libfutures_task-b56747de5200829a,libpin_utils-edd6e294c1e21a4f,libfutures_core-f9239d29bad6497f,libparking_lot-ebd4234a48ab5a53,libparking_lot_core-0bc178c95f777539,liblibc-c6d55528d9606a6f,libcfg_if-8c8419bc1cff3c76,libsmallvec-8d80e7d293f973ed,liblock_api-25d348c0d67d6cf4,libscopeguard-88d64e99d3001c2a,libpin_project-8eaa4efd33896743}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lrcl" "-lrcl_action" "-lrcutils" "-lrmw" "-lrosidl_runtime_c" "-lactionlib_msgs__rosidl_typesupport_c" "-lactionlib_msgs__rosidl_generator_c" "-lbuiltin_interfaces__rosidl_typesupport_c" "-lbuiltin_interfaces__rosidl_generator_c" "-ldiagnostic_msgs__rosidl_typesupport_c" "-ldiagnostic_msgs__rosidl_generator_c" "-lgeometry_msgs__rosidl_typesupport_c" "-lgeometry_msgs__rosidl_generator_c" "-lnav_msgs__rosidl_typesupport_c" "-lnav_msgs__rosidl_generator_c" "-lsensor_msgs__rosidl_typesupport_c" "-lsensor_msgs__rosidl_generator_c" "-lshape_msgs__rosidl_typesupport_c" "-lshape_msgs__rosidl_generator_c" "-lstd_msgs__rosidl_typesupport_c" "-lstd_msgs__rosidl_generator_c" "-lstd_srvs__rosidl_typesupport_c" "-lstd_srvs__rosidl_generator_c" "-lstereo_msgs__rosidl_typesupport_c" "-lstereo_msgs__rosidl_generator_c" "-ltrajectory_msgs__rosidl_typesupport_c" "-ltrajectory_msgs__rosidl_generator_c" "-lunique_identifier_msgs__rosidl_typesupport_c" "-lunique_identifier_msgs__rosidl_generator_c" "-lvisualization_msgs__rosidl_typesupport_c" "-lvisualization_msgs__rosidl_generator_c" "-lrcl_interfaces__rosidl_typesupport_c" "-lrcl_interfaces__rosidl_generator_c" "-laction_msgs__rosidl_typesupport_c" "-laction_msgs__rosidl_generator_c" "-lservice_msgs__rosidl_typesupport_c" "-lservice_msgs__rosidl_generator_c" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcXoYak3/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/timer-93794fd0a88ba866" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lrcl
[INFO] [stdout]           rust-lld: error: unable to find library -lrcl_action
[INFO] [stdout]           rust-lld: error: unable to find library -lrcutils
[INFO] [stdout]           rust-lld: error: unable to find library -lrmw
[INFO] [stdout]           rust-lld: error: unable to find library -lrosidl_runtime_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lstd_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: safe_drive@0.4.3: 'ROS_DISTRO is not set properly. Defaulting to jazzy.'
[INFO] [stderr] error: could not compile `safe_drive` (test "no_server") due to 1 previous error
[INFO] [stderr] warning: safe_drive@0.4.3: 'ROS_DISTRO is not set properly. Defaulting to jazzy.'
[INFO] [stderr] error: could not compile `safe_drive` (test "timer") due to 1 previous error
[INFO] [stderr] warning: safe_drive@0.4.3: 'ROS_DISTRO is not set properly. Defaulting to jazzy.'
[INFO] [stderr] error: could not compile `safe_drive` (test "publish") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcCYb8XZ/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libsafe_drive-f32120ce84711b14,libsignal_hook-7fb16322aa8ceaef,libsignal_hook_registry-53d10740b4406593,libcrossbeam_channel-0986d2ccd8410658,libcrossbeam_utils-9bc3389bd996d7a5,libregex-073e70ac1803f7c2,libregex_automata-2ccc4e100b6a8392,libaho_corasick-1bbfefaf9b8c5c2b,libregex_syntax-8099f48d766365de,libnum_traits-9b8183c8fe610ce1,libonce_cell-75d2118436933f61,libfutures-3eb8fddc1eebacb4,libfutures_executor-3d7f0f5c0f386481,libfutures_util-7af46cf9b108db1f,libmemchr-6e500fc2d2cc2174,libfutures_io-413514aa89d3f7a0,libslab-8b16734caed82d27,libfutures_channel-5e71d37b9847de0b,libpin_project_lite-96380cfbe13ff412,libfutures_sink-abd0720b630188a5,libfutures_task-b56747de5200829a,libpin_utils-edd6e294c1e21a4f,libfutures_core-f9239d29bad6497f,libparking_lot-ebd4234a48ab5a53,libparking_lot_core-0bc178c95f777539,liblibc-c6d55528d9606a6f,libcfg_if-8c8419bc1cff3c76,libsmallvec-8d80e7d293f973ed,liblock_api-25d348c0d67d6cf4,libscopeguard-88d64e99d3001c2a,libpin_project-8eaa4efd33896743}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lrcl" "-lrcl_action" "-lrcutils" "-lrmw" "-lrosidl_runtime_c" "-lactionlib_msgs__rosidl_typesupport_c" "-lactionlib_msgs__rosidl_generator_c" "-lbuiltin_interfaces__rosidl_typesupport_c" "-lbuiltin_interfaces__rosidl_generator_c" "-ldiagnostic_msgs__rosidl_typesupport_c" "-ldiagnostic_msgs__rosidl_generator_c" "-lgeometry_msgs__rosidl_typesupport_c" "-lgeometry_msgs__rosidl_generator_c" "-lnav_msgs__rosidl_typesupport_c" "-lnav_msgs__rosidl_generator_c" "-lsensor_msgs__rosidl_typesupport_c" "-lsensor_msgs__rosidl_generator_c" "-lshape_msgs__rosidl_typesupport_c" "-lshape_msgs__rosidl_generator_c" "-lstd_msgs__rosidl_typesupport_c" "-lstd_msgs__rosidl_generator_c" "-lstd_srvs__rosidl_typesupport_c" "-lstd_srvs__rosidl_generator_c" "-lstereo_msgs__rosidl_typesupport_c" "-lstereo_msgs__rosidl_generator_c" "-ltrajectory_msgs__rosidl_typesupport_c" "-ltrajectory_msgs__rosidl_generator_c" "-lunique_identifier_msgs__rosidl_typesupport_c" "-lunique_identifier_msgs__rosidl_generator_c" "-lvisualization_msgs__rosidl_typesupport_c" "-lvisualization_msgs__rosidl_generator_c" "-lrcl_interfaces__rosidl_typesupport_c" "-lrcl_interfaces__rosidl_generator_c" "-laction_msgs__rosidl_typesupport_c" "-laction_msgs__rosidl_generator_c" "-lservice_msgs__rosidl_typesupport_c" "-lservice_msgs__rosidl_generator_c" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcCYb8XZ/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/service-3b36f67a83b7c82d" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lrcl
[INFO] [stdout]           rust-lld: error: unable to find library -lrcl_action
[INFO] [stdout]           rust-lld: error: unable to find library -lrcutils
[INFO] [stdout]           rust-lld: error: unable to find library -lrmw
[INFO] [stdout]           rust-lld: error: unable to find library -lrosidl_runtime_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lstd_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: safe_drive@0.4.3: 'ROS_DISTRO is not set properly. Defaulting to jazzy.'
[INFO] [stderr] error: could not compile `safe_drive` (test "service") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustchuv71U/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libsafe_drive-f32120ce84711b14,libsignal_hook-7fb16322aa8ceaef,libsignal_hook_registry-53d10740b4406593,libcrossbeam_channel-0986d2ccd8410658,libcrossbeam_utils-9bc3389bd996d7a5,libregex-073e70ac1803f7c2,libregex_automata-2ccc4e100b6a8392,libaho_corasick-1bbfefaf9b8c5c2b,libregex_syntax-8099f48d766365de,libnum_traits-9b8183c8fe610ce1,libonce_cell-75d2118436933f61,libfutures-3eb8fddc1eebacb4,libfutures_executor-3d7f0f5c0f386481,libfutures_util-7af46cf9b108db1f,libmemchr-6e500fc2d2cc2174,libfutures_io-413514aa89d3f7a0,libslab-8b16734caed82d27,libfutures_channel-5e71d37b9847de0b,libpin_project_lite-96380cfbe13ff412,libfutures_sink-abd0720b630188a5,libfutures_task-b56747de5200829a,libpin_utils-edd6e294c1e21a4f,libfutures_core-f9239d29bad6497f,libparking_lot-ebd4234a48ab5a53,libparking_lot_core-0bc178c95f777539,liblibc-c6d55528d9606a6f,libcfg_if-8c8419bc1cff3c76,libsmallvec-8d80e7d293f973ed,liblock_api-25d348c0d67d6cf4,libscopeguard-88d64e99d3001c2a,libpin_project-8eaa4efd33896743}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lrcl" "-lrcl_action" "-lrcutils" "-lrmw" "-lrosidl_runtime_c" "-lactionlib_msgs__rosidl_typesupport_c" "-lactionlib_msgs__rosidl_generator_c" "-lbuiltin_interfaces__rosidl_typesupport_c" "-lbuiltin_interfaces__rosidl_generator_c" "-ldiagnostic_msgs__rosidl_typesupport_c" "-ldiagnostic_msgs__rosidl_generator_c" "-lgeometry_msgs__rosidl_typesupport_c" "-lgeometry_msgs__rosidl_generator_c" "-lnav_msgs__rosidl_typesupport_c" "-lnav_msgs__rosidl_generator_c" "-lsensor_msgs__rosidl_typesupport_c" "-lsensor_msgs__rosidl_generator_c" "-lshape_msgs__rosidl_typesupport_c" "-lshape_msgs__rosidl_generator_c" "-lstd_msgs__rosidl_typesupport_c" "-lstd_msgs__rosidl_generator_c" "-lstd_srvs__rosidl_typesupport_c" "-lstd_srvs__rosidl_generator_c" "-lstereo_msgs__rosidl_typesupport_c" "-lstereo_msgs__rosidl_generator_c" "-ltrajectory_msgs__rosidl_typesupport_c" "-ltrajectory_msgs__rosidl_generator_c" "-lunique_identifier_msgs__rosidl_typesupport_c" "-lunique_identifier_msgs__rosidl_generator_c" "-lvisualization_msgs__rosidl_typesupport_c" "-lvisualization_msgs__rosidl_generator_c" "-lrcl_interfaces__rosidl_typesupport_c" "-lrcl_interfaces__rosidl_generator_c" "-laction_msgs__rosidl_typesupport_c" "-laction_msgs__rosidl_generator_c" "-lservice_msgs__rosidl_typesupport_c" "-lservice_msgs__rosidl_generator_c" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustchuv71U/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/select-03d6320d2999ca59" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lrcl
[INFO] [stdout]           rust-lld: error: unable to find library -lrcl_action
[INFO] [stdout]           rust-lld: error: unable to find library -lrcutils
[INFO] [stdout]           rust-lld: error: unable to find library -lrmw
[INFO] [stdout]           rust-lld: error: unable to find library -lrosidl_runtime_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lstd_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: safe_drive@0.4.3: 'ROS_DISTRO is not set properly. Defaulting to jazzy.'
[INFO] [stderr] error: could not compile `safe_drive` (test "select") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcD3qOoO/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libasync_std-8e93d2d11d662403,libasync_global_executor-845931088e9d1158,libasync_io-4dd4f0040f2c99f5,libpolling-d2d1cd2a06f9f04b,libtracing-efe6488db39eafd5,libtracing_core-2a6ac3ff214c07aa,librustix-bec2b1295541260c,libbitflags-96dfad3972967e99,liblinux_raw_sys-a92d98417fc8e838,libblocking-89ff1c11544acf1d,libpiper-382e3158a806a415,libatomic_waker-f98c2fb1596910db,libasync_lock-be43abed1b745ab4,libasync_channel-fb77a9e8d080cfb4,libevent_listener_strategy-5fbec9b9c5afd798,libevent_listener-04cac987e1fe3d43,libasync_executor-16316fc42a4dc41a,libfutures_lite-2a473d7c73069123,libfastrand-e5eaf43c69abec86,libasync_task-599af859add9e0dc,libasync_io-db3cbb0c7bc6c4c1,librustix-257e7df77c173c59,libio_lifetimes-0a30abe1bb7f06cd,libbitflags-40a27ceec947d12f,liblinux_raw_sys-4100dd44e6d602e0,libpolling-faaecbe335f8427c,libsocket2-ed78fafb05eee645,libfutures_lite-61424067317b4750,libfastrand-99a51467ae949da4,libwaker_fn-a6729ac8cdbb03a0,libparking-2ac327add01ecafa,libasync_channel-f806623690e58ce5,libconcurrent_queue-9d2c1d2f1ab43577,libasync_lock-a73e681da91f66c8,libevent_listener-55ffc13ab1e45b6d,libkv_log_macro-bd2e6bab418cbda4,liblog-8d2f37e50d32e2a2,libvalue_bag-d27e47658e41552d,libsafe_drive-f32120ce84711b14,libsignal_hook-7fb16322aa8ceaef,libsignal_hook_registry-53d10740b4406593,libcrossbeam_channel-0986d2ccd8410658,libcrossbeam_utils-9bc3389bd996d7a5,libregex-073e70ac1803f7c2,libregex_automata-2ccc4e100b6a8392,libaho_corasick-1bbfefaf9b8c5c2b,libregex_syntax-8099f48d766365de,libnum_traits-9b8183c8fe610ce1,libonce_cell-75d2118436933f61,libfutures-3eb8fddc1eebacb4,libfutures_executor-3d7f0f5c0f386481,libfutures_util-7af46cf9b108db1f,libmemchr-6e500fc2d2cc2174,libfutures_io-413514aa89d3f7a0,libslab-8b16734caed82d27,libfutures_channel-5e71d37b9847de0b,libpin_project_lite-96380cfbe13ff412,libfutures_sink-abd0720b630188a5,libfutures_task-b56747de5200829a,libpin_utils-edd6e294c1e21a4f,libfutures_core-f9239d29bad6497f,libparking_lot-ebd4234a48ab5a53,libparking_lot_core-0bc178c95f777539,liblibc-c6d55528d9606a6f,libcfg_if-8c8419bc1cff3c76,libsmallvec-8d80e7d293f973ed,liblock_api-25d348c0d67d6cf4,libscopeguard-88d64e99d3001c2a,libpin_project-8eaa4efd33896743}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lrcl" "-lrcl_action" "-lrcutils" "-lrmw" "-lrosidl_runtime_c" "-lactionlib_msgs__rosidl_typesupport_c" "-lactionlib_msgs__rosidl_generator_c" "-lbuiltin_interfaces__rosidl_typesupport_c" "-lbuiltin_interfaces__rosidl_generator_c" "-ldiagnostic_msgs__rosidl_typesupport_c" "-ldiagnostic_msgs__rosidl_generator_c" "-lgeometry_msgs__rosidl_typesupport_c" "-lgeometry_msgs__rosidl_generator_c" "-lnav_msgs__rosidl_typesupport_c" "-lnav_msgs__rosidl_generator_c" "-lsensor_msgs__rosidl_typesupport_c" "-lsensor_msgs__rosidl_generator_c" "-lshape_msgs__rosidl_typesupport_c" "-lshape_msgs__rosidl_generator_c" "-lstd_msgs__rosidl_typesupport_c" "-lstd_msgs__rosidl_generator_c" "-lstd_srvs__rosidl_typesupport_c" "-lstd_srvs__rosidl_generator_c" "-lstereo_msgs__rosidl_typesupport_c" "-lstereo_msgs__rosidl_generator_c" "-ltrajectory_msgs__rosidl_typesupport_c" "-ltrajectory_msgs__rosidl_generator_c" "-lunique_identifier_msgs__rosidl_typesupport_c" "-lunique_identifier_msgs__rosidl_generator_c" "-lvisualization_msgs__rosidl_typesupport_c" "-lvisualization_msgs__rosidl_generator_c" "-lrcl_interfaces__rosidl_typesupport_c" "-lrcl_interfaces__rosidl_generator_c" "-laction_msgs__rosidl_typesupport_c" "-laction_msgs__rosidl_generator_c" "-lservice_msgs__rosidl_typesupport_c" "-lservice_msgs__rosidl_generator_c" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcD3qOoO/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/async_pubsub-c361abad0fbd82cc" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lrcl
[INFO] [stdout]           rust-lld: error: unable to find library -lrcl_action
[INFO] [stdout]           rust-lld: error: unable to find library -lrcutils
[INFO] [stdout]           rust-lld: error: unable to find library -lrmw
[INFO] [stdout]           rust-lld: error: unable to find library -lrosidl_runtime_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lstd_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: safe_drive@0.4.3: 'ROS_DISTRO is not set properly. Defaulting to jazzy.'
[INFO] [stderr] error: could not compile `safe_drive` (test "async_pubsub") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcnBa5CV/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libsafe_drive-f32120ce84711b14,libsignal_hook-7fb16322aa8ceaef,libsignal_hook_registry-53d10740b4406593,libcrossbeam_channel-0986d2ccd8410658,libcrossbeam_utils-9bc3389bd996d7a5,libregex-073e70ac1803f7c2,libregex_automata-2ccc4e100b6a8392,libaho_corasick-1bbfefaf9b8c5c2b,libregex_syntax-8099f48d766365de,libnum_traits-9b8183c8fe610ce1,libonce_cell-75d2118436933f61,libfutures-3eb8fddc1eebacb4,libfutures_executor-3d7f0f5c0f386481,libfutures_util-7af46cf9b108db1f,libmemchr-6e500fc2d2cc2174,libfutures_io-413514aa89d3f7a0,libslab-8b16734caed82d27,libfutures_channel-5e71d37b9847de0b,libpin_project_lite-96380cfbe13ff412,libfutures_sink-abd0720b630188a5,libfutures_task-b56747de5200829a,libpin_utils-edd6e294c1e21a4f,libfutures_core-f9239d29bad6497f,libparking_lot-ebd4234a48ab5a53,libparking_lot_core-0bc178c95f777539,liblibc-c6d55528d9606a6f,libcfg_if-8c8419bc1cff3c76,libsmallvec-8d80e7d293f973ed,liblock_api-25d348c0d67d6cf4,libscopeguard-88d64e99d3001c2a,libpin_project-8eaa4efd33896743}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lrcl" "-lrcl_action" "-lrcutils" "-lrmw" "-lrosidl_runtime_c" "-lactionlib_msgs__rosidl_typesupport_c" "-lactionlib_msgs__rosidl_generator_c" "-lbuiltin_interfaces__rosidl_typesupport_c" "-lbuiltin_interfaces__rosidl_generator_c" "-ldiagnostic_msgs__rosidl_typesupport_c" "-ldiagnostic_msgs__rosidl_generator_c" "-lgeometry_msgs__rosidl_typesupport_c" "-lgeometry_msgs__rosidl_generator_c" "-lnav_msgs__rosidl_typesupport_c" "-lnav_msgs__rosidl_generator_c" "-lsensor_msgs__rosidl_typesupport_c" "-lsensor_msgs__rosidl_generator_c" "-lshape_msgs__rosidl_typesupport_c" "-lshape_msgs__rosidl_generator_c" "-lstd_msgs__rosidl_typesupport_c" "-lstd_msgs__rosidl_generator_c" "-lstd_srvs__rosidl_typesupport_c" "-lstd_srvs__rosidl_generator_c" "-lstereo_msgs__rosidl_typesupport_c" "-lstereo_msgs__rosidl_generator_c" "-ltrajectory_msgs__rosidl_typesupport_c" "-ltrajectory_msgs__rosidl_generator_c" "-lunique_identifier_msgs__rosidl_typesupport_c" "-lunique_identifier_msgs__rosidl_generator_c" "-lvisualization_msgs__rosidl_typesupport_c" "-lvisualization_msgs__rosidl_generator_c" "-lrcl_interfaces__rosidl_typesupport_c" "-lrcl_interfaces__rosidl_generator_c" "-laction_msgs__rosidl_typesupport_c" "-laction_msgs__rosidl_generator_c" "-lservice_msgs__rosidl_typesupport_c" "-lservice_msgs__rosidl_generator_c" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcnBa5CV/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/client_wait-fccbd4a58a2ead94" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lrcl
[INFO] [stdout]           rust-lld: error: unable to find library -lrcl_action
[INFO] [stdout]           rust-lld: error: unable to find library -lrcutils
[INFO] [stdout]           rust-lld: error: unable to find library -lrmw
[INFO] [stdout]           rust-lld: error: unable to find library -lrosidl_runtime_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lstd_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcNXQ9BL/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libsafe_drive-f32120ce84711b14,libsignal_hook-7fb16322aa8ceaef,libsignal_hook_registry-53d10740b4406593,libcrossbeam_channel-0986d2ccd8410658,libcrossbeam_utils-9bc3389bd996d7a5,libregex-073e70ac1803f7c2,libregex_automata-2ccc4e100b6a8392,libaho_corasick-1bbfefaf9b8c5c2b,libregex_syntax-8099f48d766365de,libnum_traits-9b8183c8fe610ce1,libonce_cell-75d2118436933f61,libfutures-3eb8fddc1eebacb4,libfutures_executor-3d7f0f5c0f386481,libfutures_util-7af46cf9b108db1f,libmemchr-6e500fc2d2cc2174,libfutures_io-413514aa89d3f7a0,libslab-8b16734caed82d27,libfutures_channel-5e71d37b9847de0b,libpin_project_lite-96380cfbe13ff412,libfutures_sink-abd0720b630188a5,libfutures_task-b56747de5200829a,libpin_utils-edd6e294c1e21a4f,libfutures_core-f9239d29bad6497f,libparking_lot-ebd4234a48ab5a53,libparking_lot_core-0bc178c95f777539,liblibc-c6d55528d9606a6f,libcfg_if-8c8419bc1cff3c76,libsmallvec-8d80e7d293f973ed,liblock_api-25d348c0d67d6cf4,libscopeguard-88d64e99d3001c2a,libpin_project-8eaa4efd33896743}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lrcl" "-lrcl_action" "-lrcutils" "-lrmw" "-lrosidl_runtime_c" "-lactionlib_msgs__rosidl_typesupport_c" "-lactionlib_msgs__rosidl_generator_c" "-lbuiltin_interfaces__rosidl_typesupport_c" "-lbuiltin_interfaces__rosidl_generator_c" "-ldiagnostic_msgs__rosidl_typesupport_c" "-ldiagnostic_msgs__rosidl_generator_c" "-lgeometry_msgs__rosidl_typesupport_c" "-lgeometry_msgs__rosidl_generator_c" "-lnav_msgs__rosidl_typesupport_c" "-lnav_msgs__rosidl_generator_c" "-lsensor_msgs__rosidl_typesupport_c" "-lsensor_msgs__rosidl_generator_c" "-lshape_msgs__rosidl_typesupport_c" "-lshape_msgs__rosidl_generator_c" "-lstd_msgs__rosidl_typesupport_c" "-lstd_msgs__rosidl_generator_c" "-lstd_srvs__rosidl_typesupport_c" "-lstd_srvs__rosidl_generator_c" "-lstereo_msgs__rosidl_typesupport_c" "-lstereo_msgs__rosidl_generator_c" "-ltrajectory_msgs__rosidl_typesupport_c" "-ltrajectory_msgs__rosidl_generator_c" "-lunique_identifier_msgs__rosidl_typesupport_c" "-lunique_identifier_msgs__rosidl_generator_c" "-lvisualization_msgs__rosidl_typesupport_c" "-lvisualization_msgs__rosidl_generator_c" "-lrcl_interfaces__rosidl_typesupport_c" "-lrcl_interfaces__rosidl_generator_c" "-laction_msgs__rosidl_typesupport_c" "-laction_msgs__rosidl_generator_c" "-lservice_msgs__rosidl_typesupport_c" "-lservice_msgs__rosidl_generator_c" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcNXQ9BL/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/subscription-0b0e6feaa1022fb4" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lrcl
[INFO] [stdout]           rust-lld: error: unable to find library -lrcl_action
[INFO] [stdout]           rust-lld: error: unable to find library -lrcutils
[INFO] [stdout]           rust-lld: error: unable to find library -lrmw
[INFO] [stdout]           rust-lld: error: unable to find library -lrosidl_runtime_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lstd_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: safe_drive@0.4.3: 'ROS_DISTRO is not set properly. Defaulting to jazzy.'
[INFO] [stderr] error: could not compile `safe_drive` (test "client_wait") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/examples/rustcfavqKW/symbols.o" "<6 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libasync_std-8e93d2d11d662403,libasync_global_executor-845931088e9d1158,libasync_io-4dd4f0040f2c99f5,libpolling-d2d1cd2a06f9f04b,libtracing-efe6488db39eafd5,libtracing_core-2a6ac3ff214c07aa,librustix-bec2b1295541260c,libbitflags-96dfad3972967e99,liblinux_raw_sys-a92d98417fc8e838,libblocking-89ff1c11544acf1d,libpiper-382e3158a806a415,libatomic_waker-f98c2fb1596910db,libasync_lock-be43abed1b745ab4,libasync_channel-fb77a9e8d080cfb4,libevent_listener_strategy-5fbec9b9c5afd798,libevent_listener-04cac987e1fe3d43,libasync_executor-16316fc42a4dc41a,libfutures_lite-2a473d7c73069123,libfastrand-e5eaf43c69abec86,libasync_task-599af859add9e0dc,libasync_io-db3cbb0c7bc6c4c1,librustix-257e7df77c173c59,libio_lifetimes-0a30abe1bb7f06cd,libbitflags-40a27ceec947d12f,liblinux_raw_sys-4100dd44e6d602e0,libpolling-faaecbe335f8427c,libsocket2-ed78fafb05eee645,libfutures_lite-61424067317b4750,libfastrand-99a51467ae949da4,libwaker_fn-a6729ac8cdbb03a0,libparking-2ac327add01ecafa,libasync_channel-f806623690e58ce5,libconcurrent_queue-9d2c1d2f1ab43577,libasync_lock-a73e681da91f66c8,libevent_listener-55ffc13ab1e45b6d,libkv_log_macro-bd2e6bab418cbda4,liblog-8d2f37e50d32e2a2,libvalue_bag-d27e47658e41552d,libsafe_drive-f32120ce84711b14,libsignal_hook-7fb16322aa8ceaef,libsignal_hook_registry-53d10740b4406593,libcrossbeam_channel-0986d2ccd8410658,libcrossbeam_utils-9bc3389bd996d7a5,libregex-073e70ac1803f7c2,libregex_automata-2ccc4e100b6a8392,libaho_corasick-1bbfefaf9b8c5c2b,libregex_syntax-8099f48d766365de,libnum_traits-9b8183c8fe610ce1,libonce_cell-75d2118436933f61,libfutures-3eb8fddc1eebacb4,libfutures_executor-3d7f0f5c0f386481,libfutures_util-7af46cf9b108db1f,libmemchr-6e500fc2d2cc2174,libfutures_io-413514aa89d3f7a0,libslab-8b16734caed82d27,libfutures_channel-5e71d37b9847de0b,libpin_project_lite-96380cfbe13ff412,libfutures_sink-abd0720b630188a5,libfutures_task-b56747de5200829a,libpin_utils-edd6e294c1e21a4f,libfutures_core-f9239d29bad6497f,libparking_lot-ebd4234a48ab5a53,libparking_lot_core-0bc178c95f777539,liblibc-c6d55528d9606a6f,libcfg_if-8c8419bc1cff3c76,libsmallvec-8d80e7d293f973ed,liblock_api-25d348c0d67d6cf4,libscopeguard-88d64e99d3001c2a,libpin_project-8eaa4efd33896743}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lrcl" "-lrcl_action" "-lrcutils" "-lrmw" "-lrosidl_runtime_c" "-lactionlib_msgs__rosidl_typesupport_c" "-lactionlib_msgs__rosidl_generator_c" "-lbuiltin_interfaces__rosidl_typesupport_c" "-lbuiltin_interfaces__rosidl_generator_c" "-ldiagnostic_msgs__rosidl_typesupport_c" "-ldiagnostic_msgs__rosidl_generator_c" "-lgeometry_msgs__rosidl_typesupport_c" "-lgeometry_msgs__rosidl_generator_c" "-lnav_msgs__rosidl_typesupport_c" "-lnav_msgs__rosidl_generator_c" "-lsensor_msgs__rosidl_typesupport_c" "-lsensor_msgs__rosidl_generator_c" "-lshape_msgs__rosidl_typesupport_c" "-lshape_msgs__rosidl_generator_c" "-lstd_msgs__rosidl_typesupport_c" "-lstd_msgs__rosidl_generator_c" "-lstd_srvs__rosidl_typesupport_c" "-lstd_srvs__rosidl_generator_c" "-lstereo_msgs__rosidl_typesupport_c" "-lstereo_msgs__rosidl_generator_c" "-ltrajectory_msgs__rosidl_typesupport_c" "-ltrajectory_msgs__rosidl_generator_c" "-lunique_identifier_msgs__rosidl_typesupport_c" "-lunique_identifier_msgs__rosidl_generator_c" "-lvisualization_msgs__rosidl_typesupport_c" "-lvisualization_msgs__rosidl_generator_c" "-lrcl_interfaces__rosidl_typesupport_c" "-lrcl_interfaces__rosidl_generator_c" "-laction_msgs__rosidl_typesupport_c" "-laction_msgs__rosidl_generator_c" "-lservice_msgs__rosidl_typesupport_c" "-lservice_msgs__rosidl_generator_c" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/examples/rustcfavqKW/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/action_server-40e1d733530b009a" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lrcl
[INFO] [stdout]           rust-lld: error: unable to find library -lrcl_action
[INFO] [stdout]           rust-lld: error: unable to find library -lrcutils
[INFO] [stdout]           rust-lld: error: unable to find library -lrmw
[INFO] [stdout]           rust-lld: error: unable to find library -lrosidl_runtime_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lstd_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcPzbcZZ/symbols.o" "<6 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{librand-774c736f4f23b1a3,librand_chacha-fe94c3ed6fd3603b,libppv_lite86-2079bc674c3c594c,librand_core-9c7b8026cc9c694b,libgetrandom-7ddf3c6a4ea1fcdd}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libsafe_drive-f32120ce84711b14,libsignal_hook-7fb16322aa8ceaef,libsignal_hook_registry-53d10740b4406593,libcrossbeam_channel-0986d2ccd8410658,libcrossbeam_utils-9bc3389bd996d7a5,libregex-073e70ac1803f7c2,libregex_automata-2ccc4e100b6a8392,libaho_corasick-1bbfefaf9b8c5c2b,libregex_syntax-8099f48d766365de,libnum_traits-9b8183c8fe610ce1,libonce_cell-75d2118436933f61,libfutures-3eb8fddc1eebacb4,libfutures_executor-3d7f0f5c0f386481,libfutures_util-7af46cf9b108db1f,libmemchr-6e500fc2d2cc2174,libfutures_io-413514aa89d3f7a0,libslab-8b16734caed82d27,libfutures_channel-5e71d37b9847de0b,libpin_project_lite-96380cfbe13ff412,libfutures_sink-abd0720b630188a5,libfutures_task-b56747de5200829a,libpin_utils-edd6e294c1e21a4f,libfutures_core-f9239d29bad6497f,libparking_lot-ebd4234a48ab5a53,libparking_lot_core-0bc178c95f777539,liblibc-c6d55528d9606a6f,libcfg_if-8c8419bc1cff3c76,libsmallvec-8d80e7d293f973ed,liblock_api-25d348c0d67d6cf4,libscopeguard-88d64e99d3001c2a,libpin_project-8eaa4efd33896743}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lrcl" "-lrcl_action" "-lrcutils" "-lrmw" "-lrosidl_runtime_c" "-lactionlib_msgs__rosidl_typesupport_c" "-lactionlib_msgs__rosidl_generator_c" "-lbuiltin_interfaces__rosidl_typesupport_c" "-lbuiltin_interfaces__rosidl_generator_c" "-ldiagnostic_msgs__rosidl_typesupport_c" "-ldiagnostic_msgs__rosidl_generator_c" "-lgeometry_msgs__rosidl_typesupport_c" "-lgeometry_msgs__rosidl_generator_c" "-lnav_msgs__rosidl_typesupport_c" "-lnav_msgs__rosidl_generator_c" "-lsensor_msgs__rosidl_typesupport_c" "-lsensor_msgs__rosidl_generator_c" "-lshape_msgs__rosidl_typesupport_c" "-lshape_msgs__rosidl_generator_c" "-lstd_msgs__rosidl_typesupport_c" "-lstd_msgs__rosidl_generator_c" "-lstd_srvs__rosidl_typesupport_c" "-lstd_srvs__rosidl_generator_c" "-lstereo_msgs__rosidl_typesupport_c" "-lstereo_msgs__rosidl_generator_c" "-ltrajectory_msgs__rosidl_typesupport_c" "-ltrajectory_msgs__rosidl_generator_c" "-lunique_identifier_msgs__rosidl_typesupport_c" "-lunique_identifier_msgs__rosidl_generator_c" "-lvisualization_msgs__rosidl_typesupport_c" "-lvisualization_msgs__rosidl_generator_c" "-lrcl_interfaces__rosidl_typesupport_c" "-lrcl_interfaces__rosidl_generator_c" "-laction_msgs__rosidl_typesupport_c" "-laction_msgs__rosidl_generator_c" "-lservice_msgs__rosidl_typesupport_c" "-lservice_msgs__rosidl_generator_c" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcPzbcZZ/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/actions-0b509e12fd20303a" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lrcl
[INFO] [stdout]           rust-lld: error: unable to find library -lrcl_action
[INFO] [stdout]           rust-lld: error: unable to find library -lrcutils
[INFO] [stdout]           rust-lld: error: unable to find library -lrmw
[INFO] [stdout]           rust-lld: error: unable to find library -lrosidl_runtime_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lstd_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: safe_drive@0.4.3: 'ROS_DISTRO is not set properly. Defaulting to jazzy.'
[INFO] [stderr] error: could not compile `safe_drive` (test "subscription") due to 1 previous error
[INFO] [stdout] warning: use of deprecated module `std::intrinsics`: import this function via `std::mem` instead
[INFO] [stdout]   --> src/msg.rs:33:51
[INFO] [stdout]    |
[INFO] [stdout] 33 | use std::{ffi::CString, fmt::Display, intrinsics::transmute};
[INFO] [stdout]    |                                                   ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: safe_drive@0.4.3: 'ROS_DISTRO is not set properly. Defaulting to jazzy.'
[INFO] [stderr] error: could not compile `safe_drive` (test "actions") due to 1 previous error
[INFO] [stderr] warning: safe_drive@0.4.3: 'ROS_DISTRO is not set properly. Defaulting to jazzy.'
[INFO] [stderr] error: could not compile `safe_drive` (example "action_server") due to 1 previous error; 2 warnings emitted
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcgIiwi4/symbols.o" "<6 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libasync_std-8e93d2d11d662403,libasync_global_executor-845931088e9d1158,libasync_io-4dd4f0040f2c99f5,libpolling-d2d1cd2a06f9f04b,libtracing-efe6488db39eafd5,libtracing_core-2a6ac3ff214c07aa,librustix-bec2b1295541260c,libbitflags-96dfad3972967e99,liblinux_raw_sys-a92d98417fc8e838,libblocking-89ff1c11544acf1d,libpiper-382e3158a806a415,libatomic_waker-f98c2fb1596910db,libasync_lock-be43abed1b745ab4,libasync_channel-fb77a9e8d080cfb4,libevent_listener_strategy-5fbec9b9c5afd798,libevent_listener-04cac987e1fe3d43,libasync_executor-16316fc42a4dc41a,libfutures_lite-2a473d7c73069123,libfastrand-e5eaf43c69abec86,libasync_task-599af859add9e0dc,libasync_io-db3cbb0c7bc6c4c1,librustix-257e7df77c173c59,libio_lifetimes-0a30abe1bb7f06cd,libbitflags-40a27ceec947d12f,liblinux_raw_sys-4100dd44e6d602e0,libpolling-faaecbe335f8427c,libsocket2-ed78fafb05eee645,libfutures_lite-61424067317b4750,libfastrand-99a51467ae949da4,libwaker_fn-a6729ac8cdbb03a0,libparking-2ac327add01ecafa,libasync_channel-f806623690e58ce5,libconcurrent_queue-9d2c1d2f1ab43577,libasync_lock-a73e681da91f66c8,libevent_listener-55ffc13ab1e45b6d,libkv_log_macro-bd2e6bab418cbda4,liblog-8d2f37e50d32e2a2,libvalue_bag-d27e47658e41552d,libsafe_drive-f32120ce84711b14,libsignal_hook-7fb16322aa8ceaef,libsignal_hook_registry-53d10740b4406593,libcrossbeam_channel-0986d2ccd8410658,libcrossbeam_utils-9bc3389bd996d7a5,libregex-073e70ac1803f7c2,libregex_automata-2ccc4e100b6a8392,libaho_corasick-1bbfefaf9b8c5c2b,libregex_syntax-8099f48d766365de,libnum_traits-9b8183c8fe610ce1,libonce_cell-75d2118436933f61,libfutures-3eb8fddc1eebacb4,libfutures_executor-3d7f0f5c0f386481,libfutures_util-7af46cf9b108db1f,libmemchr-6e500fc2d2cc2174,libfutures_io-413514aa89d3f7a0,libslab-8b16734caed82d27,libfutures_channel-5e71d37b9847de0b,libpin_project_lite-96380cfbe13ff412,libfutures_sink-abd0720b630188a5,libfutures_task-b56747de5200829a,libpin_utils-edd6e294c1e21a4f,libfutures_core-f9239d29bad6497f,libparking_lot-ebd4234a48ab5a53,libparking_lot_core-0bc178c95f777539,liblibc-c6d55528d9606a6f,libcfg_if-8c8419bc1cff3c76,libsmallvec-8d80e7d293f973ed,liblock_api-25d348c0d67d6cf4,libscopeguard-88d64e99d3001c2a,libpin_project-8eaa4efd33896743}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lrcl" "-lrcl_action" "-lrcutils" "-lrmw" "-lrosidl_runtime_c" "-lactionlib_msgs__rosidl_typesupport_c" "-lactionlib_msgs__rosidl_generator_c" "-lbuiltin_interfaces__rosidl_typesupport_c" "-lbuiltin_interfaces__rosidl_generator_c" "-ldiagnostic_msgs__rosidl_typesupport_c" "-ldiagnostic_msgs__rosidl_generator_c" "-lgeometry_msgs__rosidl_typesupport_c" "-lgeometry_msgs__rosidl_generator_c" "-lnav_msgs__rosidl_typesupport_c" "-lnav_msgs__rosidl_generator_c" "-lsensor_msgs__rosidl_typesupport_c" "-lsensor_msgs__rosidl_generator_c" "-lshape_msgs__rosidl_typesupport_c" "-lshape_msgs__rosidl_generator_c" "-lstd_msgs__rosidl_typesupport_c" "-lstd_msgs__rosidl_generator_c" "-lstd_srvs__rosidl_typesupport_c" "-lstd_srvs__rosidl_generator_c" "-lstereo_msgs__rosidl_typesupport_c" "-lstereo_msgs__rosidl_generator_c" "-ltrajectory_msgs__rosidl_typesupport_c" "-ltrajectory_msgs__rosidl_generator_c" "-lunique_identifier_msgs__rosidl_typesupport_c" "-lunique_identifier_msgs__rosidl_generator_c" "-lvisualization_msgs__rosidl_typesupport_c" "-lvisualization_msgs__rosidl_generator_c" "-lrcl_interfaces__rosidl_typesupport_c" "-lrcl_interfaces__rosidl_generator_c" "-laction_msgs__rosidl_typesupport_c" "-laction_msgs__rosidl_generator_c" "-lservice_msgs__rosidl_typesupport_c" "-lservice_msgs__rosidl_generator_c" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcgIiwi4/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/async_service-b7a676ed42578d61" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lrcl
[INFO] [stdout]           rust-lld: error: unable to find library -lrcl_action
[INFO] [stdout]           rust-lld: error: unable to find library -lrcutils
[INFO] [stdout]           rust-lld: error: unable to find library -lrmw
[INFO] [stdout]           rust-lld: error: unable to find library -lrosidl_runtime_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lstd_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: safe_drive@0.4.3: 'ROS_DISTRO is not set properly. Defaulting to jazzy.'
[INFO] [stderr] error: could not compile `safe_drive` (test "async_service") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustc8F725H/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libasync_std-8e93d2d11d662403,libasync_global_executor-845931088e9d1158,libasync_io-4dd4f0040f2c99f5,libpolling-d2d1cd2a06f9f04b,libtracing-efe6488db39eafd5,libtracing_core-2a6ac3ff214c07aa,librustix-bec2b1295541260c,libbitflags-96dfad3972967e99,liblinux_raw_sys-a92d98417fc8e838,libblocking-89ff1c11544acf1d,libpiper-382e3158a806a415,libatomic_waker-f98c2fb1596910db,libasync_lock-be43abed1b745ab4,libasync_channel-fb77a9e8d080cfb4,libevent_listener_strategy-5fbec9b9c5afd798,libevent_listener-04cac987e1fe3d43,libasync_executor-16316fc42a4dc41a,libfutures_lite-2a473d7c73069123,libfastrand-e5eaf43c69abec86,libasync_task-599af859add9e0dc,libasync_io-db3cbb0c7bc6c4c1,librustix-257e7df77c173c59,libio_lifetimes-0a30abe1bb7f06cd,libbitflags-40a27ceec947d12f,liblinux_raw_sys-4100dd44e6d602e0,libpolling-faaecbe335f8427c,libsocket2-ed78fafb05eee645,libfutures_lite-61424067317b4750,libfastrand-99a51467ae949da4,libwaker_fn-a6729ac8cdbb03a0,libparking-2ac327add01ecafa,libasync_channel-f806623690e58ce5,libconcurrent_queue-9d2c1d2f1ab43577,libasync_lock-a73e681da91f66c8,libevent_listener-55ffc13ab1e45b6d,libkv_log_macro-bd2e6bab418cbda4,liblog-8d2f37e50d32e2a2,libvalue_bag-d27e47658e41552d,libsafe_drive-f32120ce84711b14,libsignal_hook-7fb16322aa8ceaef,libsignal_hook_registry-53d10740b4406593,libcrossbeam_channel-0986d2ccd8410658,libcrossbeam_utils-9bc3389bd996d7a5,libregex-073e70ac1803f7c2,libregex_automata-2ccc4e100b6a8392,libaho_corasick-1bbfefaf9b8c5c2b,libregex_syntax-8099f48d766365de,libnum_traits-9b8183c8fe610ce1,libonce_cell-75d2118436933f61,libfutures-3eb8fddc1eebacb4,libfutures_executor-3d7f0f5c0f386481,libfutures_util-7af46cf9b108db1f,libmemchr-6e500fc2d2cc2174,libfutures_io-413514aa89d3f7a0,libslab-8b16734caed82d27,libfutures_channel-5e71d37b9847de0b,libpin_project_lite-96380cfbe13ff412,libfutures_sink-abd0720b630188a5,libfutures_task-b56747de5200829a,libpin_utils-edd6e294c1e21a4f,libfutures_core-f9239d29bad6497f,libparking_lot-ebd4234a48ab5a53,libparking_lot_core-0bc178c95f777539,liblibc-c6d55528d9606a6f,libcfg_if-8c8419bc1cff3c76,libsmallvec-8d80e7d293f973ed,liblock_api-25d348c0d67d6cf4,libscopeguard-88d64e99d3001c2a,libpin_project-8eaa4efd33896743}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lrcl" "-lrcl_action" "-lrcutils" "-lrmw" "-lrosidl_runtime_c" "-lactionlib_msgs__rosidl_typesupport_c" "-lactionlib_msgs__rosidl_generator_c" "-lbuiltin_interfaces__rosidl_typesupport_c" "-lbuiltin_interfaces__rosidl_generator_c" "-ldiagnostic_msgs__rosidl_typesupport_c" "-ldiagnostic_msgs__rosidl_generator_c" "-lgeometry_msgs__rosidl_typesupport_c" "-lgeometry_msgs__rosidl_generator_c" "-lnav_msgs__rosidl_typesupport_c" "-lnav_msgs__rosidl_generator_c" "-lsensor_msgs__rosidl_typesupport_c" "-lsensor_msgs__rosidl_generator_c" "-lshape_msgs__rosidl_typesupport_c" "-lshape_msgs__rosidl_generator_c" "-lstd_msgs__rosidl_typesupport_c" "-lstd_msgs__rosidl_generator_c" "-lstd_srvs__rosidl_typesupport_c" "-lstd_srvs__rosidl_generator_c" "-lstereo_msgs__rosidl_typesupport_c" "-lstereo_msgs__rosidl_generator_c" "-ltrajectory_msgs__rosidl_typesupport_c" "-ltrajectory_msgs__rosidl_generator_c" "-lunique_identifier_msgs__rosidl_typesupport_c" "-lunique_identifier_msgs__rosidl_generator_c" "-lvisualization_msgs__rosidl_typesupport_c" "-lvisualization_msgs__rosidl_generator_c" "-lrcl_interfaces__rosidl_typesupport_c" "-lrcl_interfaces__rosidl_generator_c" "-laction_msgs__rosidl_typesupport_c" "-laction_msgs__rosidl_generator_c" "-lservice_msgs__rosidl_typesupport_c" "-lservice_msgs__rosidl_generator_c" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustc8F725H/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/async_pubsub_loaned-d60d09d29a10e3bd" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lrcl
[INFO] [stdout]           rust-lld: error: unable to find library -lrcl_action
[INFO] [stdout]           rust-lld: error: unable to find library -lrcutils
[INFO] [stdout]           rust-lld: error: unable to find library -lrmw
[INFO] [stdout]           rust-lld: error: unable to find library -lrosidl_runtime_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lstd_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: safe_drive@0.4.3: 'ROS_DISTRO is not set properly. Defaulting to jazzy.'
[INFO] [stderr] error: could not compile `safe_drive` (test "async_pubsub_loaned") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcVfBzjr/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{librand-774c736f4f23b1a3,librand_chacha-fe94c3ed6fd3603b,libppv_lite86-2079bc674c3c594c,librand_core-9c7b8026cc9c694b,libgetrandom-7ddf3c6a4ea1fcdd,libasync_std-8e93d2d11d662403,libasync_global_executor-845931088e9d1158,libasync_io-4dd4f0040f2c99f5,libpolling-d2d1cd2a06f9f04b,libtracing-efe6488db39eafd5,libtracing_core-2a6ac3ff214c07aa,librustix-bec2b1295541260c,libbitflags-96dfad3972967e99,liblinux_raw_sys-a92d98417fc8e838,libblocking-89ff1c11544acf1d,libpiper-382e3158a806a415,libatomic_waker-f98c2fb1596910db,libasync_lock-be43abed1b745ab4,libasync_channel-fb77a9e8d080cfb4,libevent_listener_strategy-5fbec9b9c5afd798,libevent_listener-04cac987e1fe3d43,libasync_executor-16316fc42a4dc41a,libfutures_lite-2a473d7c73069123,libfastrand-e5eaf43c69abec86,libasync_task-599af859add9e0dc,libasync_io-db3cbb0c7bc6c4c1,librustix-257e7df77c173c59,libio_lifetimes-0a30abe1bb7f06cd,libbitflags-40a27ceec947d12f,liblinux_raw_sys-4100dd44e6d602e0,libpolling-faaecbe335f8427c,libsocket2-ed78fafb05eee645,libfutures_lite-61424067317b4750,libfastrand-99a51467ae949da4,libwaker_fn-a6729ac8cdbb03a0,libparking-2ac327add01ecafa,libasync_channel-f806623690e58ce5,libconcurrent_queue-9d2c1d2f1ab43577,libasync_lock-a73e681da91f66c8,libevent_listener-55ffc13ab1e45b6d,libkv_log_macro-bd2e6bab418cbda4,liblog-8d2f37e50d32e2a2,libvalue_bag-d27e47658e41552d}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libsafe_drive-f32120ce84711b14,libsignal_hook-7fb16322aa8ceaef,libsignal_hook_registry-53d10740b4406593,libcrossbeam_channel-0986d2ccd8410658,libcrossbeam_utils-9bc3389bd996d7a5,libregex-073e70ac1803f7c2,libregex_automata-2ccc4e100b6a8392,libaho_corasick-1bbfefaf9b8c5c2b,libregex_syntax-8099f48d766365de,libnum_traits-9b8183c8fe610ce1,libonce_cell-75d2118436933f61,libfutures-3eb8fddc1eebacb4,libfutures_executor-3d7f0f5c0f386481,libfutures_util-7af46cf9b108db1f,libmemchr-6e500fc2d2cc2174,libfutures_io-413514aa89d3f7a0,libslab-8b16734caed82d27,libfutures_channel-5e71d37b9847de0b,libpin_project_lite-96380cfbe13ff412,libfutures_sink-abd0720b630188a5,libfutures_task-b56747de5200829a,libpin_utils-edd6e294c1e21a4f,libfutures_core-f9239d29bad6497f,libparking_lot-ebd4234a48ab5a53,libparking_lot_core-0bc178c95f777539,liblibc-c6d55528d9606a6f,libcfg_if-8c8419bc1cff3c76,libsmallvec-8d80e7d293f973ed,liblock_api-25d348c0d67d6cf4,libscopeguard-88d64e99d3001c2a,libpin_project-8eaa4efd33896743}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lrcl" "-lrcl_action" "-lrcutils" "-lrmw" "-lrosidl_runtime_c" "-lactionlib_msgs__rosidl_typesupport_c" "-lactionlib_msgs__rosidl_generator_c" "-lbuiltin_interfaces__rosidl_typesupport_c" "-lbuiltin_interfaces__rosidl_generator_c" "-ldiagnostic_msgs__rosidl_typesupport_c" "-ldiagnostic_msgs__rosidl_generator_c" "-lgeometry_msgs__rosidl_typesupport_c" "-lgeometry_msgs__rosidl_generator_c" "-lnav_msgs__rosidl_typesupport_c" "-lnav_msgs__rosidl_generator_c" "-lsensor_msgs__rosidl_typesupport_c" "-lsensor_msgs__rosidl_generator_c" "-lshape_msgs__rosidl_typesupport_c" "-lshape_msgs__rosidl_generator_c" "-lstd_msgs__rosidl_typesupport_c" "-lstd_msgs__rosidl_generator_c" "-lstd_srvs__rosidl_typesupport_c" "-lstd_srvs__rosidl_generator_c" "-lstereo_msgs__rosidl_typesupport_c" "-lstereo_msgs__rosidl_generator_c" "-ltrajectory_msgs__rosidl_typesupport_c" "-ltrajectory_msgs__rosidl_generator_c" "-lunique_identifier_msgs__rosidl_typesupport_c" "-lunique_identifier_msgs__rosidl_generator_c" "-lvisualization_msgs__rosidl_typesupport_c" "-lvisualization_msgs__rosidl_generator_c" "-lrcl_interfaces__rosidl_typesupport_c" "-lrcl_interfaces__rosidl_generator_c" "-laction_msgs__rosidl_typesupport_c" "-laction_msgs__rosidl_generator_c" "-lservice_msgs__rosidl_typesupport_c" "-lservice_msgs__rosidl_generator_c" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcVfBzjr/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/async_actions-f606b56e3c79ea9c" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lrcl
[INFO] [stdout]           rust-lld: error: unable to find library -lrcl_action
[INFO] [stdout]           rust-lld: error: unable to find library -lrcutils
[INFO] [stdout]           rust-lld: error: unable to find library -lrmw
[INFO] [stdout]           rust-lld: error: unable to find library -lrosidl_runtime_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lstd_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: safe_drive@0.4.3: 'ROS_DISTRO is not set properly. Defaulting to jazzy.'
[INFO] [stderr] error: could not compile `safe_drive` (test "async_actions") due to 1 previous error
[INFO] [stdout] warning: struct `CombinedFuture` is never constructed
[INFO] [stdout]    --> src/action/server.rs:811:8
[INFO] [stdout]     |
[INFO] [stdout] 811 | struct CombinedFuture {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parameter.rs:894:17
[INFO] [stdout]     |
[INFO] [stdout] 894 |     pub fn wait(&mut self) -> AsyncWait {
[INFO] [stdout]     |                 ^^^^^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 894 |     pub fn wait(&mut self) -> AsyncWait<'_> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatus__init` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:22808:5
[INFO] [stdout]       |
[INFO] [stdout] 22808 |     pub fn action_msgs__msg__GoalStatus__init(msg: *mut action_msgs__msg__GoalStatus) -> bool;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status.rs:15:5
[INFO] [stdout]       |
[INFO] [stdout]    15 |     fn action_msgs__msg__GoalStatus__init(msg: *mut GoalStatus) -> bool;
[INFO] [stdout]       |     -------------------------------------------------------------------- `action_msgs__msg__GoalStatus__init` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut action_msgs::msg::goal_status::GoalStatus) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__msg__GoalStatus) -> bool`
[INFO] [stdout]       = note: `#[warn(clashing_extern_declarations)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatus__fini` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:22811:5
[INFO] [stdout]       |
[INFO] [stdout] 22811 |     pub fn action_msgs__msg__GoalStatus__fini(msg: *mut action_msgs__msg__GoalStatus);
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status.rs:16:5
[INFO] [stdout]       |
[INFO] [stdout]    16 |     fn action_msgs__msg__GoalStatus__fini(msg: *mut GoalStatus);
[INFO] [stdout]       |     ------------------------------------------------------------ `action_msgs__msg__GoalStatus__fini` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut action_msgs::msg::goal_status::GoalStatus)`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__msg__GoalStatus)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatus__are_equal` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:22820:5
[INFO] [stdout]       |
[INFO] [stdout] 22820 | /     pub fn action_msgs__msg__GoalStatus__are_equal(
[INFO] [stdout] 22821 | |         lhs: *const action_msgs__msg__GoalStatus,
[INFO] [stdout] 22822 | |         rhs: *const action_msgs__msg__GoalStatus,
[INFO] [stdout] 22823 | |     ) -> bool;
[INFO] [stdout]       | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status.rs:17:5
[INFO] [stdout]       |
[INFO] [stdout]    17 | /     fn action_msgs__msg__GoalStatus__are_equal(
[INFO] [stdout]    18 | |         lhs: *const GoalStatus,
[INFO] [stdout]    19 | |         rhs: *const GoalStatus,
[INFO] [stdout]    20 | |     ) -> bool;
[INFO] [stdout]       | |______________- `action_msgs__msg__GoalStatus__are_equal` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*const action_msgs::msg::goal_status::GoalStatus, *const action_msgs::msg::goal_status::GoalStatus) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*const action_msgs__msg__GoalStatus, *const action_msgs__msg__GoalStatus) -> bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatus__Sequence__init` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:22852:5
[INFO] [stdout]       |
[INFO] [stdout] 22852 | /     pub fn action_msgs__msg__GoalStatus__Sequence__init(
[INFO] [stdout] 22853 | |         array: *mut action_msgs__msg__GoalStatus__Sequence,
[INFO] [stdout] 22854 | |         size: usize,
[INFO] [stdout] 22855 | |     ) -> bool;
[INFO] [stdout]       | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status.rs:21:5
[INFO] [stdout]       |
[INFO] [stdout]    21 | /     fn action_msgs__msg__GoalStatus__Sequence__init(
[INFO] [stdout]    22 | |         msg: *mut GoalStatusSeqRaw,
[INFO] [stdout]    23 | |         size: usize,
[INFO] [stdout]    24 | |     ) -> bool;
[INFO] [stdout]       | |______________- `action_msgs__msg__GoalStatus__Sequence__init` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut action_msgs::msg::goal_status::GoalStatusSeqRaw, usize) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__msg__GoalStatus__Sequence, usize) -> bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatus__Sequence__fini` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:22858:5
[INFO] [stdout]       |
[INFO] [stdout] 22858 | /     pub fn action_msgs__msg__GoalStatus__Sequence__fini(
[INFO] [stdout] 22859 | |         array: *mut action_msgs__msg__GoalStatus__Sequence,
[INFO] [stdout] 22860 | |     );
[INFO] [stdout]       | |______^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status.rs:25:5
[INFO] [stdout]       |
[INFO] [stdout]    25 |       fn action_msgs__msg__GoalStatus__Sequence__fini(msg: *mut GoalStatusSeqRaw);
[INFO] [stdout]       |       ---------------------------------------------------------------------------- `action_msgs__msg__GoalStatus__Sequence__fini` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut action_msgs::msg::goal_status::GoalStatusSeqRaw)`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__msg__GoalStatus__Sequence)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatus__Sequence__are_equal` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:22873:5
[INFO] [stdout]       |
[INFO] [stdout] 22873 | /     pub fn action_msgs__msg__GoalStatus__Sequence__are_equal(
[INFO] [stdout] 22874 | |         lhs: *const action_msgs__msg__GoalStatus__Sequence,
[INFO] [stdout] 22875 | |         rhs: *const action_msgs__msg__GoalStatus__Sequence,
[INFO] [stdout] 22876 | |     ) -> bool;
[INFO] [stdout]       | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status.rs:26:5
[INFO] [stdout]       |
[INFO] [stdout]    26 | /     fn action_msgs__msg__GoalStatus__Sequence__are_equal(
[INFO] [stdout]    27 | |         lhs: *const GoalStatusSeqRaw,
[INFO] [stdout]    28 | |         rhs: *const GoalStatusSeqRaw,
[INFO] [stdout]    29 | |     ) -> bool;
[INFO] [stdout]       | |______________- `action_msgs__msg__GoalStatus__Sequence__are_equal` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*const action_msgs::msg::goal_status::GoalStatusSeqRaw, *const action_msgs::msg::goal_status::GoalStatusSeqRaw) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*const action_msgs__msg__GoalStatus__Sequence, *const action_msgs__msg__GoalStatus__Sequence) -> bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatusArray__init` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:22982:5
[INFO] [stdout]       |
[INFO] [stdout] 22982 | /     pub fn action_msgs__msg__GoalStatusArray__init(
[INFO] [stdout] 22983 | |         msg: *mut action_msgs__msg__GoalStatusArray,
[INFO] [stdout] 22984 | |     ) -> bool;
[INFO] [stdout]       | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status_array.rs:8:5
[INFO] [stdout]       |
[INFO] [stdout]     8 |       fn action_msgs__msg__GoalStatusArray__init(msg: *mut GoalStatusArray) -> bool;
[INFO] [stdout]       |       ------------------------------------------------------------------------------ `action_msgs__msg__GoalStatusArray__init` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut action_msgs::msg::goal_status_array::GoalStatusArray) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__msg__GoalStatusArray) -> bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatusArray__fini` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:22987:5
[INFO] [stdout]       |
[INFO] [stdout] 22987 |     pub fn action_msgs__msg__GoalStatusArray__fini(msg: *mut action_msgs__msg__GoalStatusArray);
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status_array.rs:9:5
[INFO] [stdout]       |
[INFO] [stdout]     9 |     fn action_msgs__msg__GoalStatusArray__fini(msg: *mut GoalStatusArray);
[INFO] [stdout]       |     ---------------------------------------------------------------------- `action_msgs__msg__GoalStatusArray__fini` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut action_msgs::msg::goal_status_array::GoalStatusArray)`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__msg__GoalStatusArray)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatusArray__are_equal` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:22996:5
[INFO] [stdout]       |
[INFO] [stdout] 22996 | /     pub fn action_msgs__msg__GoalStatusArray__are_equal(
[INFO] [stdout] 22997 | |         lhs: *const action_msgs__msg__GoalStatusArray,
[INFO] [stdout] 22998 | |         rhs: *const action_msgs__msg__GoalStatusArray,
[INFO] [stdout] 22999 | |     ) -> bool;
[INFO] [stdout]       | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status_array.rs:10:5
[INFO] [stdout]       |
[INFO] [stdout]    10 | /     fn action_msgs__msg__GoalStatusArray__are_equal(
[INFO] [stdout]    11 | |         lhs: *const GoalStatusArray,
[INFO] [stdout]    12 | |         rhs: *const GoalStatusArray,
[INFO] [stdout]    13 | |     ) -> bool;
[INFO] [stdout]       | |______________- `action_msgs__msg__GoalStatusArray__are_equal` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*const action_msgs::msg::goal_status_array::GoalStatusArray, *const action_msgs::msg::goal_status_array::GoalStatusArray) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*const action_msgs__msg__GoalStatusArray, *const action_msgs__msg__GoalStatusArray) -> bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatusArray__Sequence__init` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:23028:5
[INFO] [stdout]       |
[INFO] [stdout] 23028 | /     pub fn action_msgs__msg__GoalStatusArray__Sequence__init(
[INFO] [stdout] 23029 | |         array: *mut action_msgs__msg__GoalStatusArray__Sequence,
[INFO] [stdout] 23030 | |         size: usize,
[INFO] [stdout] 23031 | |     ) -> bool;
[INFO] [stdout]       | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status_array.rs:14:5
[INFO] [stdout]       |
[INFO] [stdout]    14 | /     fn action_msgs__msg__GoalStatusArray__Sequence__init(
[INFO] [stdout]    15 | |         msg: *mut GoalStatusArraySeqRaw,
[INFO] [stdout]    16 | |         size: usize,
[INFO] [stdout]    17 | |     ) -> bool;
[INFO] [stdout]       | |______________- `action_msgs__msg__GoalStatusArray__Sequence__init` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut action_msgs::msg::goal_status_array::GoalStatusArraySeqRaw, usize) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__msg__GoalStatusArray__Sequence, usize) -> bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatusArray__Sequence__fini` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:23034:5
[INFO] [stdout]       |
[INFO] [stdout] 23034 | /     pub fn action_msgs__msg__GoalStatusArray__Sequence__fini(
[INFO] [stdout] 23035 | |         array: *mut action_msgs__msg__GoalStatusArray__Sequence,
[INFO] [stdout] 23036 | |     );
[INFO] [stdout]       | |______^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status_array.rs:18:5
[INFO] [stdout]       |
[INFO] [stdout]    18 |       fn action_msgs__msg__GoalStatusArray__Sequence__fini(msg: *mut GoalStatusArraySeqRaw);
[INFO] [stdout]       |       -------------------------------------------------------------------------------------- `action_msgs__msg__GoalStatusArray__Sequence__fini` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut action_msgs::msg::goal_status_array::GoalStatusArraySeqRaw)`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__msg__GoalStatusArray__Sequence)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__msg__GoalStatusArray__Sequence__are_equal` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:23049:5
[INFO] [stdout]       |
[INFO] [stdout] 23049 | /     pub fn action_msgs__msg__GoalStatusArray__Sequence__are_equal(
[INFO] [stdout] 23050 | |         lhs: *const action_msgs__msg__GoalStatusArray__Sequence,
[INFO] [stdout] 23051 | |         rhs: *const action_msgs__msg__GoalStatusArray__Sequence,
[INFO] [stdout] 23052 | |     ) -> bool;
[INFO] [stdout]       | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/msg/goal_status_array.rs:19:5
[INFO] [stdout]       |
[INFO] [stdout]    19 | /     fn action_msgs__msg__GoalStatusArray__Sequence__are_equal(
[INFO] [stdout]    20 | |         lhs: *const GoalStatusArraySeqRaw,
[INFO] [stdout]    21 | |         rhs: *const GoalStatusArraySeqRaw,
[INFO] [stdout]    22 | |     ) -> bool;
[INFO] [stdout]       | |______________- `action_msgs__msg__GoalStatusArray__Sequence__are_equal` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*const action_msgs::msg::goal_status_array::GoalStatusArraySeqRaw, *const action_msgs::msg::goal_status_array::GoalStatusArraySeqRaw) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*const action_msgs__msg__GoalStatusArray__Sequence, *const action_msgs__msg__GoalStatusArray__Sequence) -> bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__srv__CancelGoal_Response__init` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:23499:5
[INFO] [stdout]       |
[INFO] [stdout] 23499 | /     pub fn action_msgs__srv__CancelGoal_Response__init(
[INFO] [stdout] 23500 | |         msg: *mut action_msgs__srv__CancelGoal_Response,
[INFO] [stdout] 23501 | |     ) -> bool;
[INFO] [stdout]       | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/srv/cancel_goal.rs:20:5
[INFO] [stdout]       |
[INFO] [stdout]    20 |       fn action_msgs__srv__CancelGoal_Response__init(msg: *mut CancelGoalResponse) -> bool;
[INFO] [stdout]       |       ------------------------------------------------------------------------------------- `action_msgs__srv__CancelGoal_Response__init` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut cancel_goal::CancelGoalResponse) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__srv__CancelGoal_Response) -> bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__srv__CancelGoal_Response__fini` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:23504:5
[INFO] [stdout]       |
[INFO] [stdout] 23504 | /     pub fn action_msgs__srv__CancelGoal_Response__fini(
[INFO] [stdout] 23505 | |         msg: *mut action_msgs__srv__CancelGoal_Response,
[INFO] [stdout] 23506 | |     );
[INFO] [stdout]       | |______^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/srv/cancel_goal.rs:21:5
[INFO] [stdout]       |
[INFO] [stdout]    21 |       fn action_msgs__srv__CancelGoal_Response__fini(msg: *mut CancelGoalResponse);
[INFO] [stdout]       |       ----------------------------------------------------------------------------- `action_msgs__srv__CancelGoal_Response__fini` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut cancel_goal::CancelGoalResponse)`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__srv__CancelGoal_Response)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__srv__CancelGoal_Response__Sequence__init` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:23550:5
[INFO] [stdout]       |
[INFO] [stdout] 23550 | /     pub fn action_msgs__srv__CancelGoal_Response__Sequence__init(
[INFO] [stdout] 23551 | |         array: *mut action_msgs__srv__CancelGoal_Response__Sequence,
[INFO] [stdout] 23552 | |         size: usize,
[INFO] [stdout] 23553 | |     ) -> bool;
[INFO] [stdout]       | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/srv/cancel_goal.rs:22:5
[INFO] [stdout]       |
[INFO] [stdout]    22 | /     fn action_msgs__srv__CancelGoal_Response__Sequence__init(
[INFO] [stdout]    23 | |         msg: *mut CancelGoalResponseSeqRaw,
[INFO] [stdout]    24 | |         size: usize,
[INFO] [stdout]    25 | |     ) -> bool;
[INFO] [stdout]       | |______________- `action_msgs__srv__CancelGoal_Response__Sequence__init` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut CancelGoalResponseSeqRaw, usize) -> bool`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__srv__CancelGoal_Response__Sequence, usize) -> bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `action_msgs__srv__CancelGoal_Response__Sequence__fini` redeclared with a different signature
[INFO] [stdout]      --> src/rcl/jazzy.rs:23556:5
[INFO] [stdout]       |
[INFO] [stdout] 23556 | /     pub fn action_msgs__srv__CancelGoal_Response__Sequence__fini(
[INFO] [stdout] 23557 | |         array: *mut action_msgs__srv__CancelGoal_Response__Sequence,
[INFO] [stdout] 23558 | |     );
[INFO] [stdout]       | |______^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/msg/jazzy/interfaces/action_msgs/srv/cancel_goal.rs:26:5
[INFO] [stdout]       |
[INFO] [stdout]    26 |       fn action_msgs__srv__CancelGoal_Response__Sequence__fini(msg: *mut CancelGoalResponseSeqRaw);
[INFO] [stdout]       |       --------------------------------------------------------------------------------------------- `action_msgs__srv__CancelGoal_Response__Sequence__fini` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut CancelGoalResponseSeqRaw)`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut action_msgs__srv__CancelGoal_Response__Sequence)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcfO6d5j/symbols.o" "<11 object files omitted>" "-Wl,--as-needed" "-Wl,-Bdynamic" "-lrcl" "-lrcl_action" "-lrcutils" "-lrmw" "-lrosidl_runtime_c" "-lactionlib_msgs__rosidl_typesupport_c" "-lactionlib_msgs__rosidl_generator_c" "-lbuiltin_interfaces__rosidl_typesupport_c" "-lbuiltin_interfaces__rosidl_generator_c" "-ldiagnostic_msgs__rosidl_typesupport_c" "-ldiagnostic_msgs__rosidl_generator_c" "-lgeometry_msgs__rosidl_typesupport_c" "-lgeometry_msgs__rosidl_generator_c" "-lnav_msgs__rosidl_typesupport_c" "-lnav_msgs__rosidl_generator_c" "-lsensor_msgs__rosidl_typesupport_c" "-lsensor_msgs__rosidl_generator_c" "-lshape_msgs__rosidl_typesupport_c" "-lshape_msgs__rosidl_generator_c" "-lstd_msgs__rosidl_typesupport_c" "-lstd_msgs__rosidl_generator_c" "-lstd_srvs__rosidl_typesupport_c" "-lstd_srvs__rosidl_generator_c" "-lstereo_msgs__rosidl_typesupport_c" "-lstereo_msgs__rosidl_generator_c" "-ltrajectory_msgs__rosidl_typesupport_c" "-ltrajectory_msgs__rosidl_generator_c" "-lunique_identifier_msgs__rosidl_typesupport_c" "-lunique_identifier_msgs__rosidl_generator_c" "-lvisualization_msgs__rosidl_typesupport_c" "-lvisualization_msgs__rosidl_generator_c" "-lrcl_interfaces__rosidl_typesupport_c" "-lrcl_interfaces__rosidl_generator_c" "-laction_msgs__rosidl_typesupport_c" "-laction_msgs__rosidl_generator_c" "-lservice_msgs__rosidl_typesupport_c" "-lservice_msgs__rosidl_generator_c" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libsignal_hook-7fb16322aa8ceaef,libsignal_hook_registry-53d10740b4406593,libcrossbeam_channel-0986d2ccd8410658,libcrossbeam_utils-9bc3389bd996d7a5,libregex-073e70ac1803f7c2,libregex_automata-2ccc4e100b6a8392,libaho_corasick-1bbfefaf9b8c5c2b,libregex_syntax-8099f48d766365de,libnum_traits-9b8183c8fe610ce1,libonce_cell-75d2118436933f61,libfutures-3eb8fddc1eebacb4,libfutures_executor-3d7f0f5c0f386481,libfutures_util-7af46cf9b108db1f,libmemchr-6e500fc2d2cc2174,libfutures_io-413514aa89d3f7a0,libslab-8b16734caed82d27,libfutures_channel-5e71d37b9847de0b,libpin_project_lite-96380cfbe13ff412,libfutures_sink-abd0720b630188a5,libfutures_task-b56747de5200829a,libpin_utils-edd6e294c1e21a4f,libfutures_core-f9239d29bad6497f,libparking_lot-ebd4234a48ab5a53,libparking_lot_core-0bc178c95f777539,liblibc-c6d55528d9606a6f,libcfg_if-8c8419bc1cff3c76,libsmallvec-8d80e7d293f973ed,liblock_api-25d348c0d67d6cf4,libscopeguard-88d64e99d3001c2a,libpin_project-8eaa4efd33896743}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcfO6d5j/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/safe_drive-417980a76e168f17" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lrcl
[INFO] [stdout]           rust-lld: error: unable to find library -lrcl_action
[INFO] [stdout]           rust-lld: error: unable to find library -lrcutils
[INFO] [stdout]           rust-lld: error: unable to find library -lrmw
[INFO] [stdout]           rust-lld: error: unable to find library -lrosidl_runtime_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lactionlib_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lbuiltin_interfaces__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -ldiagnostic_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lgeometry_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lnav_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lsensor_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: unable to find library -lshape_msgs__rosidl_generator_c
[INFO] [stdout]           rust-lld: error: unable to find library -lstd_msgs__rosidl_typesupport_c
[INFO] [stdout]           rust-lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: safe_drive@0.4.3: 'ROS_DISTRO is not set properly. Defaulting to jazzy.'
[INFO] [stderr] error: could not compile `safe_drive` (lib test) due to 1 previous error; 19 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "5bdbe25d1355ba1b4668f05a6f767c71728dddc372ce5f6ee70a29af6d57fd44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5bdbe25d1355ba1b4668f05a6f767c71728dddc372ce5f6ee70a29af6d57fd44", kill_on_drop: false }`
[INFO] [stdout] 5bdbe25d1355ba1b4668f05a6f767c71728dddc372ce5f6ee70a29af6d57fd44
