ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Nosetests failed on release [closed]

asked 2023-01-18 04:55:14 -0500

adrisubi gravatar image

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.

edit retag flag offensive reopen merge delete

Closed for the following reason too localized by adrisubi
close date 2023-03-27 03:35:07.925591

1 Answer

Sort by » oldest newest most voted
0

answered 2023-01-19 02:36:43 -0500

gvdhoorn gravatar image

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.

edit flag offensive delete link more

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.

gvdhoorn gravatar image gvdhoorn  ( 2023-01-24 02:15:39 -0500 )edit

Question Tools

Stats

Asked: 2023-01-18 04:53:00 -0500

Seen: 31 times

Last updated: Jan 19 '23