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

cppcheck timesout on nightly_osx_release CI #1289

Closed
azeey opened this issue Sep 4, 2020 · 0 comments · Fixed by ament/ament_lint#271
Closed

cppcheck timesout on nightly_osx_release CI #1289

azeey opened this issue Sep 4, 2020 · 0 comments · Fixed by ament/ament_lint#271

Comments

@azeey
Copy link

azeey commented Sep 4, 2020

Bug report

Required Info:

  • Operating System:
    • macOS Mojave
  • Installation type:
    • source
  • Version or commit hash:

Steps to reproduce issue

cppcheck is timing out since #1218. See builds 1797 and 1798. Here's the console log:

2: Test command: /Users/osrf/jenkins-agent/workspace/nightly_osx_release/venv/bin/python3 "-u" "/Users/osrf/jenkins-agent/workspace/nightly_osx_release/ws/install/ament_cmake_test/share/ament_cmake_test/cmake/run_test.py" "/Users/osrf/jenkins-agent/workspace/nightly_osx_release/ws/build/rclcpp/test_results/rclcpp/cppcheck.xunit.xml" "--package-name" "rclcpp" "--output-file" "/Users/osrf/jenkins-agent/workspace/nightly_osx_release/ws/build/rclcpp/ament_cppcheck/cppcheck.txt" "--command" "/Users/osrf/jenkins-agent/workspace/nightly_osx_release/ws/install/ament_cppcheck/bin/ament_cppcheck" "--xunit-file" "/Users/osrf/jenkins-agent/workspace/nightly_osx_release/ws/build/rclcpp/test_results/rclcpp/cppcheck.xunit.xml" "--include_dirs" "/Users/osrf/jenkins-agent/workspace/nightly_osx_release/ws/src/ros2/rclcpp/rclcpp/include"
2: Test timeout computed to be: 180
2: -- run_test.py: invoking following command in '/Users/osrf/jenkins-agent/workspace/nightly_osx_release/ws/src/ros2/rclcpp/rclcpp':
2:  - /Users/osrf/jenkins-agent/workspace/nightly_osx_release/ws/install/ament_cppcheck/bin/ament_cppcheck --xunit-file /Users/osrf/jenkins-agent/workspace/nightly_osx_release/ws/build/rclcpp/test_results/rclcpp/cppcheck.xunit.xml --include_dirs /Users/osrf/jenkins-agent/workspace/nightly_osx_release/ws/src/ros2/rclcpp/rclcpp/include
 2/70 Test  #2: cppcheck ....................................***Timeout 180.44 sec

The previous build took 163 seconds.

Expected behavior

cppcheck fails due to timeout

Actual behavior

cppcheck passes

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 a pull request may close this issue.

1 participant