Skip to content

ci: Implement more GitHub actions #13

ci: Implement more GitHub actions

ci: Implement more GitHub actions #13

GitHub Actions / JUnit Test Report failed Dec 14, 2023 in 0s

5 tests run, 1 passed, 0 skipped, 4 failed.

Annotations

Check failure on line 1 in /DynamicVersion/archive

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/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!
:: [ 19:48:47 ] :: [   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 / JUnit Test Report

/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!
:: [ 19:48:48 ] :: [   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 / JUnit Test Report

/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@841e2cc5ec2c.(none)')
:: [ 19:48:49 ] :: [   FAIL   ] :: Command 'git commit -m 'Initial commit'' (Expected 0, got 128)

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

Check failure on line 1 in cmake/PackageComps.cmake

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/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!
:: [ 19:48:50 ] :: [   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
:: [ 19:48:50 ] :: [   FAIL   ] :: Command 'cmake --build ./build_provider' (Expected 0, got 1)
CMake Error: Error processing file: /tmp/tmp.R3pdjVLrEh/build_provider/cmake_install.cmake
:: [ 19:48:50 ] :: [   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!
:: [ 19:48:50 ] :: [   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)