Nosetests failed on release
After following this and this tutorials for releasing a package i received an e-mail saying "PR run failed: Validate rosdistro" which says Nosetests failed as seen here. All the prerelease tests in the tutorials worked fine, so there shouldn't be any dependecies missing, and I can't find info on what's the problem.
I'm using ROS Noetic on C++ with Ubuntu 20.04 kernel 5.15.0-58.
Asked by adrisubi on 2023-01-18 05:53:00 UTC
Answers
As @clalancette already explained here:
CI is failing for a reason unrelated to your PR, but unfortunately you'll need to do a rebase here to make it pass. Please go ahead and do that, and it should be happier.
The cause of the failure is a repository which has "disappeared":
Could not validate doc entry for repo bno055 with error: Could not validate repository with url https://github.com/flynneva/bno055.git and version develop from entry at line 455. Error reason: No branch found matching develop
The way to "make this go away" would be to do what @clalancette asked: rebase your adrisubi:bloom-l3cam_ros-0
branch on ros/rosdistro@master
and force-push.
Asked by gvdhoorn on 2023-01-19 03:36:43 UTC
Comments
Could you please mark the question as answered by ticking the checkmark (✓) to the left of the answer if you feel it has been answered? Thanks.
Asked by gvdhoorn on 2023-01-24 03:15:39 UTC
Comments