Skip to content

ci: Implement more GitHub actions #16

ci: Implement more GitHub actions

ci: Implement more GitHub actions #16

GitHub Actions / CMake Tests (mikepenz) failed Dec 14, 2023 in 0s

15 tests run, 9 passed, 0 skipped, 6 failed.

Annotations

Check notice on line 1 in /ctest

See this annotation in the file changed.

@github-actions github-actions / CMake Tests (mikepenz)

/ctest

/ctest

Check failure on line 1 in /DynamicVersion/archive

See this annotation in the file changed.

@github-actions 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:21:13 ] :: [   FAIL   ] :: Command 'cmake -B ./build .  -DCMakeExtraUtils_ROOT=/__w/CMakeExtraUtils/CMakeExtraUtils/build' (Expected 0, got 1)

Check failure on line 1 in /DynamicVersion/fallback

See this annotation in the file changed.

@github-actions 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:21:14 ] :: [   FAIL   ] :: Succeed when using fallback (Expected 0, got 1)

Check failure on line 1 in /DynamicVersion/git_repo

See this annotation in the file changed.

@github-actions 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@f19fc4b284dd.(none)')
:: [ 20:21:15 ] :: [   FAIL   ] :: Command 'git commit -m 'Initial commit'' (Expected 0, got 128)

::   Tagged
fatal: Failed to resolve 'HEAD' as a valid ref.
:: [ 20:21:15 ] :: [   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:21:15 ] :: [   FAIL   ] :: Command 'cmake -B ./build .  -DCMakeExtraUtils_ROOT=/__w/CMakeExtraUtils/CMakeExtraUtils/build' (Expected 0, got 1)

Check failure on line 1 in /PackageComps

See this annotation in the file changed.

@github-actions 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:21: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:21:16 ] :: [   FAIL   ] :: Command 'cmake --build ./build_provider' (Expected 0, got 1)
CMake Error: Error processing file: /tmp/tmp.OT48dMuspl/build_provider/cmake_install.cmake
:: [ 20:21: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:21: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 /ctest

See this annotation in the file changed.

@github-actions github-actions / CMake Tests (mikepenz)

/ctest

/ctest

Check notice on line 1 in /DynamicVersion/archive

See this annotation in the file changed.

@github-actions github-actions / CMake Tests (mikepenz)

/DynamicVersion/archive

/DynamicVersion/archive

Check notice on line 1 in /DynamicVersion/fallback

See this annotation in the file changed.

@github-actions github-actions / CMake Tests (mikepenz)

/DynamicVersion/fallback

/DynamicVersion/fallback

Check failure on line 1 in /DynamicVersion/git_repo

See this annotation in the file changed.

@github-actions 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@a98e455f6d10.(none)')
:: [ 20:21:35 ] :: [   FAIL   ] :: Command 'git commit -m 'Initial commit'' (Expected 0, got 128)

::   Tagged
fatal: Failed to resolve 'HEAD' as a valid ref.
:: [ 20:21:35 ] :: [   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:21:35 ] :: [   FAIL   ] :: Command 'cmake -B ./build .  -DCMakeExtraUtils_ROOT=/__w/CMakeExtraUtils/CMakeExtraUtils/build' (Expected 0, got 1)

Check notice on line 1 in /PackageComps

See this annotation in the file changed.

@github-actions github-actions / CMake Tests (mikepenz)

/PackageComps

/PackageComps

Check notice on line 1 in /ctest

See this annotation in the file changed.

@github-actions github-actions / CMake Tests (mikepenz)

/ctest

/ctest

Check notice on line 1 in /DynamicVersion/archive

See this annotation in the file changed.

@github-actions github-actions / CMake Tests (mikepenz)

/DynamicVersion/archive

/DynamicVersion/archive

Check notice on line 1 in /DynamicVersion/fallback

See this annotation in the file changed.

@github-actions github-actions / CMake Tests (mikepenz)

/DynamicVersion/fallback

/DynamicVersion/fallback

Check failure on line 1 in /DynamicVersion/git_repo

See this annotation in the file changed.

@github-actions 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@5ab4ad6d7bd4.(none)')
:: [ 20:21:15 ] :: [   FAIL   ] :: Command 'git commit -m 'Initial commit'' (Expected 0, got 128)

::   Tagged
fatal: Failed to resolve 'HEAD' as a valid ref.
:: [ 20:21:15 ] :: [   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:21:15 ] :: [   FAIL   ] :: Command 'cmake -B ./build .  -DCMakeExtraUtils_ROOT=/__w/CMakeExtraUtils/CMakeExtraUtils/build' (Expected 0, got 1)

Check notice on line 1 in /PackageComps

See this annotation in the file changed.

@github-actions github-actions / CMake Tests (mikepenz)

/PackageComps

/PackageComps