jsk-ros-pkg / jsk_travis

11 stars 23 forks source link

Test fails on Hydro #335

Open wkentaro opened 7 years ago

wkentaro commented 7 years ago
ERROR: Rosdep experienced an internal error.

Please go to the rosdep page [1] and file a bug report with the message below.

[1] : http://www.ros.org/wiki/rosdep

rosdep version: 0.11.6

Bad installer [apt]: [Errno 2] No such file or directory
k-okada commented 7 years ago

please paste the link to the travis log

-- ◉ Kei Okada

2017-08-02 19:08 GMT+09:00 Kentaro Wada notifications@github.com:

ERROR: Rosdep experienced an internal error.

Please go to the rosdep page [1] and file a bug report with the message below.

[1] : http://www.ros.org/wiki/rosdep

rosdep version: 0.11.6

Bad installer [apt]: [Errno 2] No such file or directory

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jsk-ros-pkg/jsk_travis/issues/335, or mute the thread https://github.com/notifications/unsubscribe-auth/AAeG3GqP_a9LffaBbbve34xJ8GPS_-iNks5sUEqAgaJpZM4Oq4Bq .

wkentaro commented 7 years ago

https://travis-ci.org/jsk-ros-pkg/jsk_recognition/jobs/259675406

k-okada commented 7 years ago

ok, https://github.com/ros-infrastructure/rosdep/issues/536, https://github.com/jsk-ros-pkg/jsk_travis/pull/336

-- ◉ Kei Okada

2017-08-02 20:40 GMT+09:00 Kentaro Wada notifications@github.com:

https://travis-ci.org/jsk-ros-pkg/jsk_recognition/jobs/259675406

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jsk-ros-pkg/jsk_travis/issues/335#issuecomment-319647861, or mute the thread https://github.com/notifications/unsubscribe-auth/AAeG3Nux4NiGmGGlIVl1YV2E8fEnvLWTks5sUGAvgaJpZM4Oq4Bq .

k-okada commented 7 years ago

Bad installer [apt]: [Errno 2] No such file or directory problem was gone with 0.11.6 and current problem is opencv_apps,

can we remove opencv_apps from .rosinstall or allow failure on hydro, or fix openv_apps? https://travis-ci.org/jsk-ros-pkg/jsk_recognition/jobs/259675406

[opencv_apps] /workspace/ros/ws_jsk_recognition/src/ros-perception/opencv_apps/src/nodelet/adding_images_nodelet.cpp:134:56:   instantiated from here 
[opencv_apps] /opt/ros/hydro/include/message_filters/sync_policies/approximate_time.h:637:117: error: 'value' is not a member of 'ros::message_traits::TimeStamp<sensor_msgs::Image_<std::allocator<void> >, void>' 
[opencv_apps] /opt/ros/hydro/include/message_filters/sync_policies/approximate_time.h:645:119: error: 'value' is not a member of 'ros::message_traits::TimeStamp<sensor_msgs::Image_<std::allocator<void> >, void>' 
[opencv_apps] In file included from /opt/ros/hydro/include/sensor_msgs/CameraInfo.h:47:0, 
[opencv_apps]                  from /workspace/ros/ws_jsk_recognition/src/ros-perception/opencv_apps/src/nodelet/adding_images_nodelet.cpp:44: 
[opencv_apps] /opt/ros/hydro/include/ros/serialization.h: In function 'uint32_t ros::serialization::serializationLength(const T&) [with T = dynamic_reconfigure::ReconfigureResponse_<std::allocator<void> >, uint32_t = unsigned int]': 
[opencv_apps] /opt/ros/hydro/include/ros/serialization.h:870:47:   instantiated from 'ros::SerializedMessage ros::serialization::serializeServiceResponse(bool, const M&) [with M = dynamic_reconfigure::ReconfigureResponse_<std::allocator<void> >]' 
[opencv_apps] /opt/ros/hydro/include/ros/service_callback_helper.h:201:5:   instantiated from 'bool ros::ServiceCallbackHelperT<Spec>::call(ros::ServiceCallbackHelperCallParams&) [with Spec = ros::ServiceSpec<dynamic_reconfigure::ReconfigureRequest_<std::allocator<void> >, dynamic_reconfigure::ReconfigureResponse_<std::allocator<void> > >]' 
[opencv_apps] /workspace/ros/ws_jsk_recognition/src/ros-perception/opencv_apps/src/nodelet/adding_images_nodelet.cpp:224:512:   instantiated from here 
[opencv_apps] /opt/ros/hydro/include/ros/serialization.h:172:43: error: cannot pass objects of non-trivially-copyable type 'const struct dynamic_reconfigure::ReconfigureResponse_<std::allocator<void> >' through '...' 
[opencv_apps] make[2]: *** [CMakeFiles/opencv_apps.dir/src/nodelet/adding_images_nodelet.cpp.o] Error 1 
[opencv_apps] make[2]: *** Waiting for unfinished jobs.... 
YutoUchimi commented 4 years ago

Hydro was already dropped in jsk_recognition (https://github.com/jsk-ros-pkg/jsk_recognition/pull/2217). We can close this issue (but I have no such access in this repository).