-
Notifications
You must be signed in to change notification settings - Fork 316
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
failure in the colcon test
#325
Comments
I can't reproduce the test results. What version of Python and flake8 is installed in your computer? For reference, I have 3.8.10 and 3.7.9 respectively. |
@aprotyas Python |
More importantly, what's your version of In all likelihood, you are using a version newer than 0.1.1, which we know causes problems. Because of that, in our CI we specifically pin to an earlier version: https://github.com/ros2/ci/blob/eb8d0ad3e9b74a71561c178bb5d8487f77206d35/ros2_batch_job/__main__.py#L55 We would love to move to a newer version of that plugin, but the honest truth is that there are some places where we want to use a blind Exception. One thing we could consider doing is to mark those lines with |
So I rolled back to |
That's...odd, because that is what we use in CI. I'm not sure what is going on there, but I'm certain that 0.1.1 works. |
Hi, following ros2-foxy tutorial I have a failure in the
colcon test
.Bug report
Required Info:
Ubuntu 20.04
from source
3eb5abc
Fast-RTPS
examples_rclpy_minimal_client
Steps to reproduce issue
Additional information
cat log/latest_test/examples_rclpy_minimal_client/stdout_stderr.log
Output:
The text was updated successfully, but these errors were encountered: