[7/480] Performing download step for 'OsqpEigen'
FAILED: src/OsqpEigen/CMakeFiles/YCMStamp/OsqpEigen-download /home/runner/work/robotology-superbuild/robotology-superbuild/b/src/OsqpEigen/CMakeFiles/YCMStamp/OsqpEigen-download
cd /home/runner/work/robotology-superbuild/robotology-superbuild/src && /home/runner/miniconda3/envs/test/bin/cmake -DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE -P /home/runner/work/robotology-superbuild/robotology-superbuild/b/src/OsqpEigen/CMakeFiles/YCMTmp/OsqpEigen-gitsafeclone.cmake && /home/runner/miniconda3/envs/test/bin/cmake -E touch /home/runner/work/robotology-superbuild/robotology-superbuild/b/src/OsqpEigen/CMakeFiles/YCMStamp/OsqpEigen-download
Cloning into 'OsqpEigen'...
Already on 'master'
Your branch is up to date with 'origin/master'.
Error copying file "/OsqpEigen-gitinfo.txt" to "/OsqpEigen-gitsafeclone-lastrun.txt".
CMake Error at /home/runner/work/robotology-superbuild/robotology-superbuild/b/src/OsqpEigen/CMakeFiles/YCMTmp/OsqpEigen-gitsafeclone.cmake:150 (message):
Failed to copy script-last-run stamp file:
'/OsqpEigen-gitsafeclone-lastrun.txt'
[8/480] Performing download step for 'RobotTestingFramework'
FAILED: src/RobotTestingFramework/CMakeFiles/YCMStamp/RobotTestingFramework-download /home/runner/work/robotology-superbuild/robotology-superbuild/b/src/RobotTestingFramework/CMakeFiles/YCMStamp/RobotTestingFramework-download
cd /home/runner/work/robotology-superbuild/robotology-superbuild/src && /home/runner/miniconda3/envs/test/bin/cmake -DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE -P /home/runner/work/robotology-superbuild/robotology-superbuild/b/src/RobotTestingFramework/CMakeFiles/YCMTmp/RobotTestingFramework-gitsafeclone.cmake && /home/runner/miniconda3/envs/test/bin/cmake -E touch /home/runner/work/robotology-superbuild/robotology-superbuild/b/src/RobotTestingFramework/CMakeFiles/YCMStamp/RobotTestingFramework-download
Cloning into 'RobotTestingFramework'...
Already on 'master'
Your branch is up to date with 'origin/master'.
Error copying file "/RobotTestingFramework-gitinfo.txt" to "/RobotTestingFramework-gitsafeclone-lastrun.txt".
CMake Error at /home/runner/work/robotology-superbuild/robotology-superbuild/b/src/RobotTestingFramework/CMakeFiles/YCMTmp/RobotTestingFramework-gitsafeclone.cmake:150 (message):
Failed to copy script-last-run stamp file:
'/RobotTestingFramework-gitsafeclone-lastrun.txt'
Each commit fix a different problem.
Error on old CMake version
Fixed by https://github.com/robotology/ycm-cmake-modules/commit/9c3a16bc13b70f8719d8962f9634caea211f804e .
Error on
--no-checkout
passed to fetchFixed by https://github.com/robotology/ycm-cmake-modules/commit/d399c22e697eabeca07d0b73069f2cca33f46aa3 .
Impossible to copy gitsafeclone-lastrun.txt
Fixed by https://github.com/robotology/ycm-cmake-modules/commit/6af4a3741c97b3d4c10ca79053738d644389bb9e .
"Failed to update submodules in:" when using CMake 3.16
Fixed by https://github.com/robotology/ycm-cmake-modules/pull/458/commits/df64cecf50aac0db08e3a2062687b9fc05284fa7 . As we are trying to get rid of the vendored ExternalProject, as this problem is just with CMake 3.16, we stick to use the venored ExternalProject in CMake < 3.22, with the idea that eventually we will drop CMake 3.16 support (see https://github.com/robotology/robotology-superbuild/issues/1439).