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

Running prerelease locally with pre-seeded workspace builds 0 pkgs #626

Closed
gavanderhoorn opened this issue May 2, 2019 · 2 comments
Closed

Comments

@gavanderhoorn
Copy link
Contributor

Being a dumb user I essentially just copy-paste the last set of commands given in the Run for "custom" repositories section (so to run a prerelease on a pre-seeded workspace).

While nothing complains and the Docker images all get build, in the end it would appear no packages are found and nothing is build and/or tested:

No packages found in source space: /tmp/catkin_workspace/src
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~  traversing 0 packages in topological order:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

and:

Build step 10

Test results of underlay workspace

Invoking: catkin_test_results /tmp/prerelease/catkin_workspace/test_results --all

Test results directory "/tmp/prerelease/catkin_workspace/test_results" does not exist

Skipping empty overlay workspace

This is the contents of /tmp/prerelease before running prerelease.sh -y:

ws/
└── src
    └── ros_buildfarm
        └── dummy_package
            ├── CMakeLists.txt
            └── package.xml

3 directories, 2 files

Which would seem to be the things that the documentation implies should be there.

Before diving into this: is this use of the prerelease scripts still supported?

@gavanderhoorn
Copy link
Contributor Author

Ok.

Seems ws should be catkin_workspace.

If this can be confirmed I'll submit a PR.

@gavanderhoorn
Copy link
Contributor Author

Turns out that since #585 was merged ws is the correct name.

Version installed using pip3 is not up-to-date with master, so doesn't appear to be using ws, but still catkin_workspace.

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