ci: Implement more GitHub actions #17
15 tests run, 9 passed, 0 skipped, 6 failed.
Annotations
Check failure on line 1 in /DynamicVersion/archive
github-actions / CMake Tests (mikepenz)
/DynamicVersion/archive
fail
Raw output
:: Valid archive should work
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
CMake 3.25 or higher is required. You are running version 3.20.6
-- Configuring incomplete, errors occurred!
:: [ 20:28:14 ] :: [ FAIL ] :: Command 'cmake -B ./build . -DCMakeExtraUtils_ROOT=/__w/CMakeExtraUtils/CMakeExtraUtils/build' (Expected 0, got 1)
Check failure on line 1 in /DynamicVersion/fallback
github-actions / CMake Tests (mikepenz)
/DynamicVersion/fallback
fail
Raw output
:: Not a git repo and not an archive
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
CMake 3.25 or higher is required. You are running version 3.20.6
-- Configuring incomplete, errors occurred!
:: [ 20:28:14 ] :: [ FAIL ] :: Succeed when using fallback (Expected 0, got 1)
Check failure on line 1 in /DynamicVersion/git_repo
github-actions / CMake Tests (mikepenz)
/DynamicVersion/git_repo
fail
Raw output
:: No tag created: Should fail
Author identity unknown
*** Please tell me who you are.
Run
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: unable to auto-detect email address (got 'root@7ce449a1c6cc.(none)')
:: [ 20:28:15 ] :: [ FAIL ] :: Command 'git commit -m 'Initial commit'' (Expected 0, got 128)
:: Tagged
fatal: Failed to resolve 'HEAD' as a valid ref.
:: [ 20:28:16 ] :: [ FAIL ] :: Command 'git tag v0.0.0' (Expected 0, got 128)
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
CMake 3.25 or higher is required. You are running version 3.20.6
-- Configuring incomplete, errors occurred!
:: [ 20:28:16 ] :: [ FAIL ] :: Command 'cmake -B ./build . -DCMakeExtraUtils_ROOT=/__w/CMakeExtraUtils/CMakeExtraUtils/build' (Expected 0, got 1)
Check failure on line 1 in cmake/PackageComps.cmake
github-actions / CMake Tests (mikepenz)
/PackageComps
fail
Raw output
:: test: simple provider/user
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
CMake 3.25 or higher is required. You are running version 3.20.6
-- Configuring incomplete, errors occurred!
:: [ 20:28:16 ] :: [ FAIL ] :: Command 'cmake -B ./build_provider -S ./simple_provider -DCMAKE_INSTALL_PREFIX=install -DCMakeExtraUtils_ROOT=/__w/CMakeExtraUtils/CMakeExtraUtils/build' (Expected 0, got 1)
Error: could not find CMAKE_PROJECT_NAME in Cache
:: [ 20:28:16 ] :: [ FAIL ] :: Command 'cmake --build ./build_provider' (Expected 0, got 1)
CMake Error: Error processing file: /tmp/tmp.HZyTSIz9OM/build_provider/cmake_install.cmake
:: [ 20:28:16 ] :: [ FAIL ] :: Command 'cmake --install ./build_provider' (Expected 0, got 1)
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
CMake 3.25 or higher is required. You are running version 3.20.6
-- Configuring incomplete, errors occurred!
:: [ 20:28:16 ] :: [ FAIL ] :: Command 'cmake -B ./build_user -S ./simple_user -DTestProvider_ROOT=./install/lib*/cmake/TestProvider -DCMakeExtraUtils_ROOT=/__w/CMakeExtraUtils/CMakeExtraUtils/build' (Expected 0, got 1)
Check notice on line 1 in /DynamicVersion/archive
github-actions / CMake Tests (mikepenz)
/DynamicVersion/archive
/DynamicVersion/archive
Check notice on line 1 in /DynamicVersion/fallback
github-actions / CMake Tests (mikepenz)
/DynamicVersion/fallback
/DynamicVersion/fallback
Check failure on line 1 in /DynamicVersion/git_repo
github-actions / CMake Tests (mikepenz)
/DynamicVersion/git_repo
fail
Raw output
:: No tag created: Should fail
Author identity unknown
*** Please tell me who you are.
Run
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: unable to auto-detect email address (got 'root@1346fb44f028.(none)')
:: [ 20:27:49 ] :: [ FAIL ] :: Command 'git commit -m 'Initial commit'' (Expected 0, got 128)
:: Tagged
fatal: Failed to resolve 'HEAD' as a valid ref.
:: [ 20:27:49 ] :: [ FAIL ] :: Command 'git tag v0.0.0' (Expected 0, got 128)
CMake Warning (dev) at /__w/CMakeExtraUtils/CMakeExtraUtils/build/DynamicVersion.cmake:167 (message):
No PROJECT_PREFIX was given. Please provide one to avoid target name
clashes
Call Stack (most recent call first):
CMakeLists.txt:9 (dynamic_version)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found Git: /usr/bin/git (found version "2.41.0")
fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
CMake Error at /__w/CMakeExtraUtils/CMakeExtraUtils/build/DynamicVersion.cmake:414 (execute_process):
execute_process failed command indexes:
1: "Child return code: 128"
Call Stack (most recent call first):
/__w/CMakeExtraUtils/CMakeExtraUtils/build/DynamicVersion.cmake:475 (get_dynamic_version)
CMake Error at /__w/CMakeExtraUtils/CMakeExtraUtils/build/DynamicVersion.cmake:209 (execute_process):
execute_process failed command indexes:
1: "Child return code: 1"
Call Stack (most recent call first):
CMakeLists.txt:9 (dynamic_version)
-- Configuring incomplete, errors occurred!
:: [ 20:27:49 ] :: [ FAIL ] :: Command 'cmake -B ./build . -DCMakeExtraUtils_ROOT=/__w/CMakeExtraUtils/CMakeExtraUtils/build' (Expected 0, got 1)
Check notice on line 1 in cmake/PackageComps.cmake
github-actions / CMake Tests (mikepenz)
/PackageComps
/PackageComps
Check notice on line 1 in /DynamicVersion/archive
github-actions / CMake Tests (mikepenz)
/DynamicVersion/archive
/DynamicVersion/archive
Check notice on line 1 in /DynamicVersion/fallback
github-actions / CMake Tests (mikepenz)
/DynamicVersion/fallback
/DynamicVersion/fallback
Check failure on line 1 in /DynamicVersion/git_repo
github-actions / CMake Tests (mikepenz)
/DynamicVersion/git_repo
fail
Raw output
:: No tag created: Should fail
Author identity unknown
*** Please tell me who you are.
Run
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: unable to auto-detect email address (got 'root@c1450ce7c287.(none)')
:: [ 20:27:46 ] :: [ FAIL ] :: Command 'git commit -m 'Initial commit'' (Expected 0, got 128)
:: Tagged
fatal: Failed to resolve 'HEAD' as a valid ref.
:: [ 20:27:46 ] :: [ FAIL ] :: Command 'git tag v0.0.0' (Expected 0, got 128)
CMake Warning (dev) at /__w/CMakeExtraUtils/CMakeExtraUtils/build/DynamicVersion.cmake:167 (message):
No PROJECT_PREFIX was given. Please provide one to avoid target name
clashes
Call Stack (most recent call first):
CMakeLists.txt:9 (dynamic_version)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found Git: /usr/bin/git (found version "2.41.0")
fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
CMake Error at /__w/CMakeExtraUtils/CMakeExtraUtils/build/DynamicVersion.cmake:414 (execute_process):
execute_process failed command indexes:
1: "Child return code: 128"
Call Stack (most recent call first):
/__w/CMakeExtraUtils/CMakeExtraUtils/build/DynamicVersion.cmake:475 (get_dynamic_version)
CMake Error at /__w/CMakeExtraUtils/CMakeExtraUtils/build/DynamicVersion.cmake:209 (execute_process):
execute_process failed command indexes:
1: "Child return code: 1"
Call Stack (most recent call first):
CMakeLists.txt:9 (dynamic_version)
-- Configuring incomplete, errors occurred!
:: [ 20:27:46 ] :: [ FAIL ] :: Command 'cmake -B ./build . -DCMakeExtraUtils_ROOT=/__w/CMakeExtraUtils/CMakeExtraUtils/build' (Expected 0, got 1)
Check notice on line 1 in cmake/PackageComps.cmake
github-actions / CMake Tests (mikepenz)
/PackageComps
/PackageComps