Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run 2to3 for python3 #1390

Closed
wants to merge 6 commits into from
Closed

run 2to3 for python3 #1390

wants to merge 6 commits into from

Conversation

k-okada
Copy link
Member

@k-okada k-okada commented Sep 29, 2023

Changes:

ebfe76e (Kei Okada, 20 seconds ago)
2to3 -f except -w .

57070fa (Kei Okada, 42 seconds ago)
2to3 -f print -w .

@k-okada k-okada changed the title run 2to3 for pyton3 run 2to3 for python3 Sep 29, 2023
@k-okada
Copy link
Member Author

k-okada commented Sep 29, 2023

2023-09-28T12:06:04.3879205Z -------------------------------------------------
2023-09-28T12:06:04.3879873Z Skipping "catkin_tools_prebuild/package.xml": the root tag is neither 'testsuite' nor 'testsuites'
2023-09-28T12:06:04.3880854Z elevator_move_base_pr2/test_results/elevator_move_base_pr2/rostest-test_test-color-point-detector.xml: 2 tests, 0 errors, 1 failures, 0 skipped
2023-09-28T12:06:04.3881788Z elevator_move_base_pr2/test_results/elevator_move_base_pr2/rosunit-hztest_test.xml: 1 tests
2023-09-28T12:06:04.3882725Z jsk_2013_04_pr2_610/test_results/jsk_2013_04_pr2_610/MISSING-roslaunch-check_launch_planner.launch.xml: 1 tests, 0 errors, 1 failures, 0 skipped
2023-09-28T12:06:04.3883953Z jsk_2013_04_pr2_610/test_results/jsk_2013_04_pr2_610/MISSING-rostest-test_test-demo-plan.xml: 1 tests, 0 errors, 1 failures, 0 skipped
2023-09-28T12:06:04.3884744Z jsk_2013_04_pr2_610/test_results/jsk_2013_04_pr2_610/rostest-test_test-demo.xml: 1 tests
2023-09-28T12:06:04.3885562Z jsk_2013_04_pr2_610/test_results/jsk_2013_04_pr2_610/rosunit-jsk_2013_04_pr2_610_test.xml: 2 tests, 0 errors, 1 failures, 0 skipped
2023-09-28T12:06:04.3886687Z jsk_maps/test_results/jsk_maps/rostest-test_jsk-maps.xml: 1 tests
2023-09-28T12:06:04.3887316Z jsk_maps/test_results/jsk_maps/rosunit-test_jsk_maps.xml: 1 tests
2023-09-28T12:06:04.3887789Z Summary: 10 tests, 0 errors, 4 failures, 0 skipped

the error output is
1

2023-09-28T12:05:32.0951304Z [elevator_move_base_pr2:make]   File "/github/home/ros/ws_jsk_demos/src/jsk_demos/elevator_move_base_pr2/test/test-color-point-detector.py", line 13
2023-09-28T12:05:32.0951932Z 
2023-09-28T12:05:32.0952029Z                                                                                 
2023-09-28T12:05:32.0952335Z [elevator_move_base_pr2:make]     print "msg.data = ", msg.data, " should be 1.5"
2023-09-28T12:05:32.0952533Z 
2023-09-28T12:05:32.0952655Z                                                                                 
2023-09-28T12:05:32.0952898Z [elevator_move_base_pr2:make]           ^
2023-09-28T12:05:32.0953031Z 
2023-09-28T12:05:32.0953139Z                                                                                 
2023-09-28T12:05:32.0953885Z [elevator_move_base_pr2:make] SyntaxError: Missing parentheses in call to 'print'. Did you mean print("msg.data = ", msg.data, " should be 1.5")?
2023-09-28T12:05:32.2652518Z 
2023-09-28T12:05:32.2652530Z 
2023-09-28T12:05:32.2652874Z                                                                                 

2

2023-09-28T12:05:32.3178652Z 
2023-09-28T12:05:32.3178889Z                                                                                 
2023-09-28T12:05:32.3179803Z [jsk_2013_04_pr2_610:make]   File "/usr/lib/python3/dist-packages/rospkg/rospack.py", line 207, in get_path
2023-09-28T12:05:32.3184403Z 
2023-09-28T12:05:32.3184410Z 
2023-09-28T12:05:32.3184681Z                                                                                 
2023-09-28T12:05:32.3185084Z [jsk_2013_04_pr2_610:make]     raise ResourceNotFound(name, ros_paths=self._ros_paths)
2023-09-28T12:05:32.3185355Z 
2023-09-28T12:05:32.3185493Z                                                                                 
2023-09-28T12:05:32.3185876Z [jsk_2013_04_pr2_610:make] rospkg.common.ResourceNotFound: task_compiler
2023-09-28T12:05:32.3186133Z 
2023-09-28T12:05:32.3186271Z                                                                                 
2023-09-28T12:05:32.3186607Z [jsk_2013_04_pr2_610:make] ROS path [0]=/opt/ros/noetic/share/ros
2023-09-28T12:05:32.3186826Z 
2023-09-28T12:05:32.3186961Z                                                                                 
2023-09-28T12:05:32.3187353Z [jsk_2013_04_pr2_610:make] ROS path [1]=/github/home/ros/ws_jsk_demos/src/jsk_demos/jsk_2013_04_pr2_610
2023-09-28T12:05:32.3187612Z 
2023-09-28T12:05:32.3187752Z                                                                                 
2023-09-28T12:05:32.3188155Z [jsk_2013_04_pr2_610:make] ROS path [2]=/github/home/ros/ws_jsk_demos/src/jsk_demos/jsk_2015_06_hrp_drc/drc_com_common
2023-09-28T12:05:32.3188675Z 
2023-09-28T12:05:32.3188981Z                                                                                 
2023-09-28T12:05:32.3189430Z [jsk_2013_04_pr2_610:make] ROS path [3]=/github/home/ros/ws_jsk_demos/src/jsk_demos/jsk_2015_06_hrp_drc/drc_task_common
2023-09-28T12:05:32.3189731Z 
2023-09-28T12:05:32.3189886Z                                                                                 
2023-09-28T12:05:32.3190317Z [jsk_2013_04_pr2_610:make] ROS path [4]=/github/home/ros/ws_jsk_demos/src/jsk_demos/jsk_2015_06_hrp_drc/drc_valve_task

3

2023-09-28T12:06:03.5545209Z [jsk_2013_04_pr2_610:make] �[1;31m/opt/ros/noetic/share/euslisp/jskeus/eus/Linux64/bin/irteusgl unittest-error: float vector expected in (convex-hull-3d (flatten (mapcar #'(lambda (l) (send-all (send l :bodies) :worldcoords) (send-all (send l :bodies) :vertices)) (send robot a :gripper :links)))), exitting...�[0m
2023-09-28T12:06:03.5545840Z 
2023-09-28T12:06:03.5545991Z                                                                                 
2023-09-28T12:06:03.5546950Z [jsk_2013_04_pr2_610:make] �[31m[ERROR] test (convex-hull-3d (flatten (mapcar #'(lambda (l) (send-all (send l :bodies) :worldcoords) (send-all (send l :bodies) :vertices)) (send robot a :gripper :links)))) failed ... (float vector expected 53).�[0m

see https://pipelinesghubeus7.actions.githubusercontent.com/sQ26IuYyKdEsH5HpN7MK0TFss8r8AsKdNClovEEmh4lyZj2IJt/_apis/pipelines/1/runs/3/signedlogcontent/2?urlExpires=2023-09-29T01%3A00%3A28.7455740Z&urlSigningMethod=HMACV1&urlSignature=%2FaApJV3BDG2YeujMn%2BioPz9v4lsCI%2B%2Fds3Mg1UnCNF0%3D

@k-okada
Copy link
Member Author

k-okada commented Dec 5, 2023

closed via #1398

@k-okada k-okada closed this Dec 5, 2023
@k-okada k-okada deleted the fix_ci branch December 5, 2023 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant