jsk-ros-pkg / jsk_common

common programs for jsk-ros-pkg
42 stars 81 forks source link

update jsk travis to use snapshot of rosdep list #1787

Closed tkmtnt7000 closed 1 year ago

tkmtnt7000 commented 1 year ago

Test fails before kinetic with the following error.

https://pipelines.actions.githubusercontent.com/serviceHosts/c7cf25d5-0b61-44b7-bf04-f0b01233cbf9/_apis/pipelines/1/runs/2145/signedlogcontent/5?urlExpires=2023-05-22T08%3A51%3A11.6877177Z&urlSigningMethod=HMACV1&urlSignature=BPn2QHW3HdNbehjvMI8ayS%2Fb5hQw3tSvL3LXqZaZVNo%3D

2023-05-22T08:25:30.9419278Z + rosdep install -y --rosdistro kinetic -n -q -r --ignore-src --from-paths /opt/ros/kinetic/share .
2023-05-22T08:25:30.9421460Z + grep -v -e '\(Preparing to unpack\|Unpacking\|Selecting previously unselected package\)'
2023-05-22T08:25:30.9431763Z + pv -i 60
2023-05-22T08:25:33.5141576Z The directory '/github/home/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
2023-05-22T08:25:33.6315871Z You are using pip version 9.0.3, however version 23.1.2 is available.
2023-05-22T08:25:33.6316635Z You should consider upgrading via the 'pip install --upgrade pip' command.
2023-05-22T08:25:36.4969226Z The directory '/github/home/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
2023-05-22T08:25:36.6051579Z You are using pip version 9.0.3, however version 23.1.2 is available.
2023-05-22T08:25:36.6052378Z You should consider upgrading via the 'pip install --upgrade pip' command.
2023-05-22T08:25:38.9615973Z The directory '/github/home/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
2023-05-22T08:25:39.0915416Z You are using pip version 9.0.3, however version 23.1.2 is available.
2023-05-22T08:25:39.0916107Z You should consider upgrading via the 'pip install --upgrade pip' command.
2023-05-22T08:25:40.4906020Z ERROR: the following packages/stacks could not have their rosdep keys resolved
2023-05-22T08:25:40.4906385Z to system dependencies:
2023-05-22T08:25:40.4906956Z roslaunch: No definition of [python-yaml] for OS version [xenial]
2023-05-22T08:25:40.4907404Z genpy: No definition of [python-setuptools] for OS version [xenial]
2023-05-22T08:25:40.4908216Z jsk_data: No definition of [python-yaml] for OS version [xenial]
2023-05-22T08:25:40.4908643Z rospack: No definition of [python-coverage] for OS version [xenial]
2023-05-22T08:25:40.4909061Z multi_map_server: No definition of [python-yaml] for OS version [xenial]
2023-05-22T08:25:40.4909479Z rosparam: No definition of [python-yaml] for OS version [xenial]
2023-05-22T08:25:40.4909884Z rosgraph: No definition of [python-mock] for OS version [xenial]
2023-05-22T08:25:40.4910302Z jsk_tools: No definition of [python-texttable] for OS version [xenial]
2023-05-22T08:25:40.4910699Z catkin: No definition of [python-mock] for OS version [xenial]
2023-05-22T08:25:40.4911113Z jsk_topic_tools: No definition of [python-numpy] for OS version [xenial]
2023-05-22T08:25:40.4911543Z jsk_rosbag_tools: No definition of [python-yaml] for OS version [xenial]
2023-05-22T08:25:40.4912020Z image_view2: No definition of [python-numpy] for OS version [xenial]

c.f. https://github.com/jsk-ros-pkg/jsk_recognition/pull/2652