start-jsk / openrtm_aist_core

Metapackage that contains commonly used RT-Middleware-based modules. Althogh each of these packages by themselves are ROS-agnostic, you can use them over ROS together with the packages in rtmros_common.
1 stars 6 forks source link

jenkins.ros.org keep failing with Groovy #23

Closed k-okada closed 10 years ago

k-okada commented 10 years ago

http://jenkins.ros.org/job/ros-groovy-openrtm-aist_binarydeb_precise_amd64/32/console

k-okada commented 10 years ago

depends on mk (#22) seems ok

k-okada commented 10 years ago

I'm just confused, we need depends on "rosbuild"

k-okada commented 10 years ago

see https://github.com/start-jsk/openhrp3/pull/25 for openhrp3

130s commented 10 years ago

https://github.com/start-jsk/openrtm_aist_core/issues/24 is merged. Let's see if this works in a pre-release test.

130s commented 10 years ago

pre-release test failed in its downstream build section -- openrtm_aist_core itself seems to be built. So I'll re-release it (by incrementing build version as always).

130s commented 10 years ago

Just updated the title since I found it's only failing with Groovy http://www.ros.org/debbuild/hydro.html?q=openrtm even though version is the same 1.1.0-1. There might be changes that are only available in hydro upstream dependency that fix the issue.

k-okada commented 10 years ago

Humm, not a good sign..

http://jenkins.ros.org/job/prerelease-hydro-openrtm_aist_core/ARCH_PARAM=amd64,UBUNTU_PARAM=precise,label=prerelease/1/consoleFull

130s commented 10 years ago

Pre-release test failure is always not very good, but it CAN happen -- downstream build checking in the pre-release tests use released codes from release repository (see http://wiki.ros.org/regression_tests#Prerelease_Tests for the detail), meaning there can be inconsistency between the package that's tested and those that were released awhile ago and not necessarily adjusted to the change you're just about to release.

For example, in this particular case:

There CAN be inconsistency between hrpsys_ros_bridge and openrtm_aist_core, and that's where we need more caffeine/beer to work it out!

130s commented 10 years ago

Now openrtm_aist_core (and its direct dependant openhrp3) on Groovy builds with build versions 1.1.0-4, 3.1.5-5, respectively.