-
Notifications
You must be signed in to change notification settings - Fork 52
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
Test PR for checking travis build. #998
Conversation
rtmros_commonのtravisが通らないようです。 ログのほとんどでhrpsysのbuildでfailしてるとのログがありましたが、
あるログをみるとわりとかいてあって、
のようにcatkin buildのinstallのところでエラっているようでした。 @k-okada さん |
jsk-ros-pkg/jsk_3rdparty@765c582
みたいなやつじゃないかな.手元でもエラーになるんじゃないだろうか.
…--
◉ Kei Okada
2017-03-06 21:38 GMT+09:00 Shunichi Nozawa <[email protected]>:
rtmros_commonのtravisが通らないようです。
https://travis-ci.org/start-jsk/rtmros_common/builds/208166883
がtravisのログで、大量にfailしています。
ログのほとんどでhrpsysのbuildでfailしてるとのログがありましたが、
どういった内容でfailしてるかはあまりかいてませんでした
# Command to reproduce:
cd /workspace/ros/ws_rtmros_common/build/hrpsys && /workspace/ros/ws_rtmros_common/build/hrpsys/build_env.sh /usr/bin/make install; cd -
# Path to log:
cat /workspace/ros/ws_rtmros_common/build/build_logs/hrpsys.log
Exited with return code: 2
Build summary:
Not built hrpsys_ros_bridge Not built hrpsys_tools
Successful openhrp3 Not built openrtm_ros_bridge
Not built openrtm_tools Not built rosnode_rtc
Successful rtmbuild
Failed packages:
Failed hrpsys
[build] Successfully built '2' packages, failed to build '1' packages, and did not try to build '5' packages.
[build] Runtime: 1 minute and 55.7 seconds
あるログをみるとわりとかいてあって、
http://jenkins.jsk.imi.i.u-tokyo.ac.jp:8080/job/trusty-
travis-start-jsk-rtmros_common-indigo-deb-false-ros-
indigo-hrpsys-ros-bridge-ros-indigo-pr2eus-true/192/consoleFull
をみると
[hrpsys:install]
21:08:06
[hrpsys:install] CMake Error: Error in cmake code at
21:08:06
[hrpsys:install] /workspace/ros/ws_rtmros_common/build/hrpsys/cmake_install.cmake:217:
21:08:06
[hrpsys:install] Parse error. Function missing ending ")". Instead found unterminated string with text ")
21:08:06
[hrpsys:install] ENDFOREACH(file)
21:08:06
[hrpsys:install] ".
21:08:06
[hrpsys:install] CMake Error: Error processing file: cmake_install.cmake
21:08:06
[hrpsys:install] make: *** [install] Error 1
のようにcatkin buildのinstallのところでエラっているようでした。
@k-okada <https://github.com/k-okada> さん
何かご存知のことがございましたら、ご連絡いただけるとタウSかります。
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#998 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAeG3LSlijGIdA-cqz7h1dxpJZK3hbXgks5ri_5fgaJpZM4MUCw5>
.
|
ありがとうございます。
こちらは、hrpsys-base/CMakeLists.txtのexecute_processあたりをみるかんじでしょうか。 |
I can re-produce this locally fkanehiro/hrpsys-base#1103, if I run https://github.com/jsk-ros-pkg/jsk_travis/blob/ae5c2bdf6afdad7b21b21e98d09567340f1aca58/travis.sh#L105 |
なるほど、ありがとうございます!
|
僕は頑張って各行を実行しました
hrpsysソースコンパイル、openhrp3と一緒にソースコンパイル、-release
のバージョンに切り替え、rtmros_commonと一緒にコンパイル、catkin最新を利用、みたいな手順です
上手にtravis.shを実行することもできると思います
2017年3月7日(火) 9:40 Shunichi Nozawa <[email protected]>:
なるほど、ありがとうございます!
後学のために、ここに至るまでのデバッグ手順を教えていただけると助かります。
- dockerをお使いでしたでしょうか
- travis.shを何らかの方法で実行する方法がありましたでしょうか。もしくは
https://github.com/jsk-ros-pkg/jsk_travis/blob/ae5c2bdf6afdad7b21b21e98d09567340f1aca58/travis.sh#L105
のように各行を実行されましたでしょうか
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#998 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAeG3LKC1p-nJmOE2FnmAd85Unqc6iKOks5rjKdpgaJpZM4MUCw5>
.
--
--
◉ Kei Okada
|
なるほど、ありがとうございます、参考になります! |
fix start-jsk/rtmros_common#998, for latest catkin
travis多分通ると思うのでrestartしてみました.@snozawa |
ありがとうございます、確認します。 |
Test PR for checking travis build.
(travis fail??)