Hi,
I have released sync_tooling_msgs to buildfarm for Jazzy using Bloom #49583.
The binary deb build succeeded 19 days ago:
https://build.ros2.org/job/Jbin_uN64__sync_tooling_msgs__ubuntu_noble_amd64__binary/
Rosdep also knows the key, but the APT package does not exist:
docker run ros:jazzy bash -c 'apt update && rosdep update && rosdep resolve sync_tooling_msgs && apt install ros-jazzy-sync-tooling-msgs'
Output:
[...]
[rosdep output]
#apt
ros-jazzy-sync-tooling-msgs
[apt output]
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package ros-jazzy-sync-tooling-msgs
The releases for Humble #49582 and Rolling #49584 happened and passed at the same time, and have been released as APT packages correctly.
docker run ros:humble bash -c 'apt update && rosdep update && rosdep resolve sync_tooling_msgs && apt install ros-humble-sync-tooling-msgs'
docker run ros:rolling bash -c 'apt update && rosdep update && rosdep resolve sync_tooling_msgs && apt install ros-rolling-sync-tooling-msgs'
Is this an unfortunate timing issue or is something stuck here?
Thank you for your support.
Hi,
I have released sync_tooling_msgs to buildfarm for Jazzy using Bloom #49583.
The binary deb build succeeded 19 days ago:
https://build.ros2.org/job/Jbin_uN64__sync_tooling_msgs__ubuntu_noble_amd64__binary/
Rosdep also knows the key, but the APT package does not exist:
docker run ros:jazzy bash -c 'apt update && rosdep update && rosdep resolve sync_tooling_msgs && apt install ros-jazzy-sync-tooling-msgs'Output:
The releases for Humble #49582 and Rolling #49584 happened and passed at the same time, and have been released as APT packages correctly.
Is this an unfortunate timing issue or is something stuck here?
Thank you for your support.