[Bug 2083902] [NEW] Compile is failing for more tests on version -cmake 3.22.1-1ubuntu1.22.04.1

Bijoy 2083902 at bugs.launchpad.net
Tue Oct 8 05:18:04 UTC 2024


Public bug reported:

There are bunch of failures seen with cmake compile with version:  3.22.1-1ubuntu1.22.04.2.
However the previous version ie 3.22.1-1ubuntu1.22.04.1 works fine, but not seen in upstream.

Version:  3.22.1-1ubuntu1.22.04.2
Ubuntu: Docker build compile on 22.04

Are these any known issue in latest version?

=========
77% tests passed, 150 tests failed out of 661

Label Time Summary:
CMake      = 684.26 sec*proc (261 tests)
CUDA       =  57.34 sec*proc (9 tests)
HIP        =  13.67 sec*proc (5 tests)
ISPC       =  33.67 sec*proc (5 tests)
Label1     =   0.04 sec*proc (1 test)
Label2     =   0.04 sec*proc (1 test)
Qt5        = 658.98 sec*proc (43 tests)
command    =   3.35 sec*proc (25 tests)
policy     =  63.41 sec*proc (38 tests)
run        = 680.91 sec*proc (236 tests)

Total Test time (real) = 316.23 sec

The following tests FAILED:
	330 - RunCMake.CMP0019 (Failed)
	331 - RunCMake.CMP0022 (Failed)
	332 - RunCMake.CMP0026 (Failed)
	334 - RunCMake.CMP0028 (Failed)
	335 - RunCMake.CMP0037 (Failed)
....

==========
318/661 Test #330: RunCMake.CMP0019 ............................................***Failed    0.06 sec^M
^[[31mCMake Error at /build/cmake-3.22.1/Tests/RunCMake/RunCMake.cmake:201 (message):^M
  CMP0019-WARN - FAILED:^M
^M
  stderr does not match that expected.^M
^M
  Command was:^M
^M
   command> "/build/cmake-3.22.1/Build/bin/cmake" "/build/cmake-3.22.1/Tests/RunCMake/CMP0019" "-G" "Unix Makefiles" "-DRunCMake_TEST=CMP0019-WARN" "--no-warn-unused-cli" "-DCMAKE_MAKE_PROGRAM=/usr/bin/gmake"^M
^M
  Actual stdout:^M
^M
   actual-out> Not searching for unused variables given on the command line.^M
   actual-out> -- Configuring done^M
   actual-out> -- Generating done^M
   actual-out> -- Build files have been written to: /build/cmake-3.22.1/Build/Tests/RunCMake/CMP0019/CMP0019-WARN-build^M
^M
  Expected stderr to match:^M
^M
   expect-err> ^CMake Deprecation Warning at CMakeLists.txt:1 \(cmake_minimum_required\):^M
   expect-err>   Compatibility with CMake < 2.8.12 will be removed from a future version of^M
   expect-err>   CMake.^M
   expect-err> ^M
   expect-err>   Update the VERSION argument <min> value or use a ...<max> suffix to tell^M
   expect-err>   CMake that the project does not need compatibility with older versions.^M
   expect-err> +^M
   expect-err> CMake Warning \(dev\) in CMakeLists.txt:^M
   expect-err>   Policy CMP0019 is not set: Do not re-expand variables in include and link^M
   expect-err>   information.  Run "cmake --help-policy CMP0019" for policy details.  Use^M
   expect-err>   the cmake_policy command to set the policy and suppress this warning.^M
   expect-err> ^M
=========

** Affects: cmake (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to cmake in Ubuntu.
https://bugs.launchpad.net/bugs/2083902

Title:
  Compile is failing for more tests on version -cmake
  3.22.1-1ubuntu1.22.04.1

Status in cmake package in Ubuntu:
  New

Bug description:
  There are bunch of failures seen with cmake compile with version:  3.22.1-1ubuntu1.22.04.2.
  However the previous version ie 3.22.1-1ubuntu1.22.04.1 works fine, but not seen in upstream.

  Version:  3.22.1-1ubuntu1.22.04.2
  Ubuntu: Docker build compile on 22.04

  Are these any known issue in latest version?

  =========
  77% tests passed, 150 tests failed out of 661

  Label Time Summary:
  CMake      = 684.26 sec*proc (261 tests)
  CUDA       =  57.34 sec*proc (9 tests)
  HIP        =  13.67 sec*proc (5 tests)
  ISPC       =  33.67 sec*proc (5 tests)
  Label1     =   0.04 sec*proc (1 test)
  Label2     =   0.04 sec*proc (1 test)
  Qt5        = 658.98 sec*proc (43 tests)
  command    =   3.35 sec*proc (25 tests)
  policy     =  63.41 sec*proc (38 tests)
  run        = 680.91 sec*proc (236 tests)

  Total Test time (real) = 316.23 sec

  The following tests FAILED:
  	330 - RunCMake.CMP0019 (Failed)
  	331 - RunCMake.CMP0022 (Failed)
  	332 - RunCMake.CMP0026 (Failed)
  	334 - RunCMake.CMP0028 (Failed)
  	335 - RunCMake.CMP0037 (Failed)
  ....

  ==========
  318/661 Test #330: RunCMake.CMP0019 ............................................***Failed    0.06 sec^M
  ^[[31mCMake Error at /build/cmake-3.22.1/Tests/RunCMake/RunCMake.cmake:201 (message):^M
    CMP0019-WARN - FAILED:^M
  ^M
    stderr does not match that expected.^M
  ^M
    Command was:^M
  ^M
     command> "/build/cmake-3.22.1/Build/bin/cmake" "/build/cmake-3.22.1/Tests/RunCMake/CMP0019" "-G" "Unix Makefiles" "-DRunCMake_TEST=CMP0019-WARN" "--no-warn-unused-cli" "-DCMAKE_MAKE_PROGRAM=/usr/bin/gmake"^M
  ^M
    Actual stdout:^M
  ^M
     actual-out> Not searching for unused variables given on the command line.^M
     actual-out> -- Configuring done^M
     actual-out> -- Generating done^M
     actual-out> -- Build files have been written to: /build/cmake-3.22.1/Build/Tests/RunCMake/CMP0019/CMP0019-WARN-build^M
  ^M
    Expected stderr to match:^M
  ^M
     expect-err> ^CMake Deprecation Warning at CMakeLists.txt:1 \(cmake_minimum_required\):^M
     expect-err>   Compatibility with CMake < 2.8.12 will be removed from a future version of^M
     expect-err>   CMake.^M
     expect-err> ^M
     expect-err>   Update the VERSION argument <min> value or use a ...<max> suffix to tell^M
     expect-err>   CMake that the project does not need compatibility with older versions.^M
     expect-err> +^M
     expect-err> CMake Warning \(dev\) in CMakeLists.txt:^M
     expect-err>   Policy CMP0019 is not set: Do not re-expand variables in include and link^M
     expect-err>   information.  Run "cmake --help-policy CMP0019" for policy details.  Use^M
     expect-err>   the cmake_policy command to set the policy and suppress this warning.^M
     expect-err> ^M
  =========

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cmake/+bug/2083902/+subscriptions




More information about the foundations-bugs mailing list