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

ROS Noetic Prelease failure #838

Open
johnwason opened this issue Jul 7, 2023 · 2 comments
Open

ROS Noetic Prelease failure #838

johnwason opened this issue Jul 7, 2023 · 2 comments

Comments

@johnwason
Copy link

I am seeing a failure during a ROS Noetic Prerelease test of a cmake package:

Test results of underlay workspace
  
  Invoking: catkin_test_results /tmp/tmp.aWbcTaP5Te/ws/test_results --all
  Test results directory "/tmp/tmp.aWbcTaP5Te/ws/test_results" does not exist

The full workflow run can be found here:

https://github.com/robotraconteur/robotraconteur/actions/runs/5481982662/jobs/9986864176

These tests work properly for ROS Humble and Iron

The GitHub action job (run on branch ros-noetic):

build-ros-prerelease:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3
    - name: ROS Distro
      run: echo "ROS_DISTRO=$(echo "$GITHUB_REF" | sed 's/^.*ros\(2\?\)-\([[:alnum:]]*\).*$/\2/')" >> $GITHUB_ENV
    - name: ros industrial-ci
      uses: ros-industrial/industrial_ci@master
      env:
        ROS_DISTRO: ${{ env.ROS_DISTRO }}
        ROS_REPO: main
        PRERELEASE: true
@mathias-luedtke
Copy link
Member

@johnwason: Sorry, did not see this issues before. #870 should fix that as well.

@johnwason
Copy link
Author

I am still seeing an error:

Test results of underlay workspace
  Invoking: catkin_test_results /tmp/tmp.amnW4dr9bq/ws/test_results --all
  Test results directory "/tmp/tmp.amnW4dr9bq/ws/test_results" does not exist
  'sudo -EH -u ci sh -c . /opt/ros/noetic/setup.sh && cd '/tmp/tmp.amnW4dr9bq' && exec ./prerelease.sh -y' returned with 1
'run_prerelease_script' returned with code '1' after 30 min 8 sec

https://github.com/johnwason/robotraconteur/actions/runs/10327274040/job/28592196144

My package uses cmake instead of catkin.

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

No branches or pull requests

2 participants