Closed rotu closed 4 years ago
Fixed spacing changes. CI fail seems to be from a linker error in FastRTPS.
Yeah, sorry we're working on that, it was a upstream change in fast-rtps.
Thanks for fixing up the whitespace.
I fixed up the tests and made https://github.com/colcon/colcon-cmake/pull/66 to fix the issues with colcon not reporting test details :-)
Still waiting on some stuff in CI to settle down before I re-test this.
@wjwwood Has CI settled down yet?
I don't know actually... I'll catch up on it today.
Hmm... What do you make of this? It looks very wrong:
[ERROR] [launch]: Caught exception in launch (see debug for traceback): package 'demo_nodes_py' found at '/home/jenkins-agent/workspace/ci_linux-aarch64/ws/install/demo_nodes_py', but libexec directory '/home/jenkins-agent/workspace/ci_linux-aarch64/ws/install/demo_nodes_py/lib/demo_nodes_py' does not exist
The test failures are due to this: https://github.com/ros2/build_cop/issues/266
@rotu unfortunately this is causing an issue with some of our nightly jobs that use ASan and TSan, so I'm going to revert it (that's our policy if it breaks a CI job).
I don't have the bandwidth to follow up and fix the problem however. I'll have to rely on someone else, maybe @rotu or someone else on the AWS side to investigate the issue (not sure if it is a problem with googletest or how we use ASan/TSan).
Fix build under clang 10 #35