conan-center-index icon indicating copy to clipboard operation
conan-center-index copied to clipboard

gdcm: conan v2 support

Open Nekto89 opened this issue 1 year ago • 14 comments

Specify library name and version: gdcm/3.0.9

conan v2 support

Fix compilation with gcc11 and bump dependencies.

Patch was taken from https://github.com/malaterre/GDCM/commit/4404b770be337bd0d5d3c2289abfd34426433db2


  • [x] I've read the guidelines for contributing.
  • [x] I've followed the PEP8 style guides for Python code in the recipes.
  • [x] I've used the latest Conan client version.
  • [x] I've tried at least one configuration locally with the conan-center hook activated.

Nekto89 avatar Sep 27 '22 10:09 Nekto89

All green in build 1 (431f95640e22750235c78063961aceb4f7856da7):

  • gdcm/3.0.9@: All packages built successfully! (All logs)

    :small_orange_diamond: Informative: This recipe is not ready for Conan v2

    We have started the migration process to Conan v2 and exporting recipes successfully will be required in the future. This is just an informative note to gain awareness about the process, no need to take any action. The plan is to enforce smaller steps that are easier to fix and, eventually, this conan export step will work. See the recipe migration guide to know more about the changes required.

    ERROR: Error loading conanfile at '/home/conan/w/prod_cci_PR-13173/recipes/gdcm/all/conanfile.py': Unable to load conanfile in /home/conan/w/prod_cci_PR-13173/recipes/gdcm/all/conanfile.py
      File "<frozen importlib._bootstrap_external>", line 728, in exec_module
      File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
      File "/home/conan/w/prod_cci_PR-13173/recipes/gdcm/all/conanfile.py", line 2, in <module>
        from conans import ConanFile, CMake, tools
    ImportError: cannot import name 'ConanFile' from 'conans' (/opt/pyenv/versions/3.7.13/lib/python3.7/site-packages/conans/__init__.py)
    

conan-center-bot avatar Sep 27 '22 14:09 conan-center-bot

@Nekto89 Thank you for your contribution. The Conan v2 linter found some outdated imports. Could you please update them? As reference, you can use https://github.com/conan-io/conan-center-index/blob/master/docs/v2_linter.md

uilianries avatar Sep 27 '22 15:09 uilianries

@Nekto89 Thank you for your contribution. The Conan v2 linter found some outdated imports. Could you please update them? As reference, you can use https://github.com/conan-io/conan-center-index/blob/master/docs/v2_linter.md

I've tried but I'm having some problems with expat. GDCM uses "EXPAT_INCLUDE_DIRS" variable that should be set from generated "FindEXPAT.cmake". Inside it I see "set(EXPAT_INCLUDE_DIRS ${expat_INCLUDE_DIRS_RELEASE} )". But after call to find_package only expat_INCLUDE_DIRS_RELEASE is present.

find_package(EXPAT REQUIRED)
message("INCLUDE_DIRS_1 ${EXPAT_INCLUDE_DIRS}")
message("INCLUDE_DIRS_2 ${expat_INCLUDE_DIRS_RELEASE}")
1>-- Conan: Target declared 'openjp2'
1>-- Conan: Target declared 'ZLIB::ZLIB'
1>-- Conan: Target declared 'expat::expat'
1>INCLUDE_DIRS_1
1>INCLUDE_DIRS_2 ....../.conan/data/expat/2.4.9/_/_/package/8e589e066a19f700666be77ed94ff8e8bc88ee10/include

Does this mean that additional patching of GDCM is required for using CMakeToolchain/CMakeDeps?

Nekto89 avatar Sep 28 '22 09:09 Nekto89

changing "find_package(EXPAT REQUIRED)" to "find_package(EXPAT REQUIRED MODULE)" fixes the issue. Is this intended conan behavior?

Nekto89 avatar Sep 28 '22 09:09 Nekto89

Can I use self.dependencies["expat"].cpp_info.set_property("cmake_find_mode", "module")? Will it also affect other recipes?

Nekto89 avatar Sep 28 '22 10:09 Nekto89

Failure in build 2 (2271fd3f9bb2f928f216e98b45ca1b826a04ffa2):

  • gdcm/3.0.9@: Error running command conan info gdcm/3.0.9@#6ea6fbb98f184ffc58fd15a89e209763 --json {jsonName} -pr {profileName}:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=Visual Studio
    compiler.runtime=MT
    compiler.version=15
    os=Windows
    [options]
    gdcm:shared=False
    
    ...
    ERROR: gdcm/3.0.9: Error in validate() method, line 61
    	if is_msvc_static_runtime(self) and self.info.options.shared(self):
    	TypeError: 'PackageOptionValue' object is not callable
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

conan-center-bot avatar Sep 28 '22 11:09 conan-center-bot

Failure in build 3 (4a0395c2fafa2fa6db12365412a9995a47e186bc):

  • gdcm/3.0.9@: CI failed to create some packages (All logs)

    Logs for packageID 79879c740cd0bbf13d7c558b7cae2cef6774b394:
    [settings]
    arch=x86_64
    build_type=Debug
    compiler=gcc
    compiler.libcxx=libstdc++
    compiler.version=8
    os=Linux
    [options]
    gdcm:shared=False
    
    [...]
    -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/package/79879c740cd0bbf13d7c558b7cae2cef6774b394/lib/gdcm-3.0/GDCMConfigVersion.cmake
    -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/package/79879c740cd0bbf13d7c558b7cae2cef6774b394/lib/gdcm-3.0/UseGDCM.cmake
    -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/package/79879c740cd0bbf13d7c558b7cae2cef6774b394/lib/gdcm-3.0/GDCMTargets.cmake
    -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/package/79879c740cd0bbf13d7c558b7cae2cef6774b394/lib/gdcm-3.0/GDCMTargets-debug.cmake
    [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK
    [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK
    [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK
    [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK
    [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK
    [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK
    [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK
    [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK
    [HOOK - conan-center.py] post_package(): [SHORT_PATHS USAGE (KB-H066)] OK
    [HOOK - conan-center.py] post_package(): [MISSING SYSTEM LIBS (KB-H043)] OK
    In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                     from /usr/include/stdio.h:27,
                     from /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/79879c740cd0bbf13d7c558b7cae2cef6774b394/src/Utilities/gdcmuuid/gen_uuid.c:42:
    /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
     # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
       ^~~~~~~
    /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/79879c740cd0bbf13d7c558b7cae2cef6774b394/src/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx: In function ‘opj_image_t* gdcm::rawtoimage(const char*, opj_cparameters_t*, size_t, int, int, int, int, int, int, int, int, int)’:
    /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/79879c740cd0bbf13d7c558b7cae2cef6774b394/src/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:1085:17: warning: ‘opj_image_comptparm::bpp’ is deprecated: Use prec instead [-Wdeprecated-declarations]
         cmptparm[i].bpp = bitsallocated;
                     ^~~
    In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/79879c740cd0bbf13d7c558b7cae2cef6774b394/src/Utilities/gdcm_openjpeg.h:20,
                     from /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/79879c740cd0bbf13d7c558b7cae2cef6774b394/src/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:28:
    /home/conan/w/prod/BuildSingleReference/.conan/data/openjpeg/2.5.0/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openjpeg-2.5/openjpeg.h:750:5: note: declared here
         OPJ_DEPRECATED_STRUCT_MEMBER(OPJ_UINT32 bpp, "Use prec instead");
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/79879c740cd0bbf13d7c558b7cae2cef6774b394/src/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:1085:17: warning: ‘opj_image_comptparm::bpp’ is deprecated: Use prec instead [-Wdeprecated-declarations]
         cmptparm[i].bpp = bitsallocated;
                     ^~~
    In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/79879c740cd0bbf13d7c558b7cae2cef6774b394/src/Utilities/gdcm_openjpeg.h:20,
                     from /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/79879c740cd0bbf13d7c558b7cae2cef6774b394/src/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:28:
    /home/conan/w/prod/BuildSingleReference/.conan/data/openjpeg/2.5.0/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openjpeg-2.5/openjpeg.h:750:5: note: declared here
         OPJ_DEPRECATED_STRUCT_MEMBER(OPJ_UINT32 bpp, "Use prec instead");
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/79879c740cd0bbf13d7c558b7cae2cef6774b394/src/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:1085:17: warning: ‘opj_image_comptparm::bpp’ is deprecated: Use prec instead [-Wdeprecated-declarations]
         cmptparm[i].bpp = bitsallocated;
                     ^~~
    In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/79879c740cd0bbf13d7c558b7cae2cef6774b394/src/Utilities/gdcm_openjpeg.h:20,
                     from /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/79879c740cd0bbf13d7c558b7cae2cef6774b394/src/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:28:
    /home/conan/w/prod/BuildSingleReference/.conan/data/openjpeg/2.5.0/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openjpeg-2.5/openjpeg.h:750:5: note: declared here
         OPJ_DEPRECATED_STRUCT_MEMBER(OPJ_UINT32 bpp, "Use prec instead");
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
    gdcm/3.0.9: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    gdcm/3.0.9: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    [HOOK - conan-center.py] post_package(): ERROR: [CMAKE-MODULES-CONFIG-FILES (KB-H016)] The conan-center repository doesn't allow the packages to contain CMake find modules or config files. The packages have to be located using generators and the declared `cpp_info` information (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H016) 
    [HOOK - conan-center.py] post_package(): ERROR: [CMAKE-MODULES-CONFIG-FILES (KB-H016)] Found files: ./lib/gdcm-3.0/GDCMConfig.cmake (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H016) 
    ERROR: [HOOK - conan-center.py] post_package(): Some checks failed running the hook, check the output
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

conan-center-bot avatar Sep 28 '22 11:09 conan-center-bot

Failure in build 4 (3f8cd399e2c09ae225e1d4d96fda047d8c4260f8):

  • gdcm/3.0.9@: CI failed to create some packages (All logs)

    Logs for packageID a2cec2e8a65008a6e32be17b0f7e20fcada91339:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=7
    os=Linux
    [options]
    gdcm:shared=False
    
    [...]
       for (i = 0; i <= MAXJSAMPLE; i++) {
       ^~~
    In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/a2cec2e8a65008a6e32be17b0f7e20fcada91339/src/Utilities/gdcmjpeg/jpeglib.h:1127:0,
                     from /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/a2cec2e8a65008a6e32be17b0f7e20fcada91339/src/Utilities/gdcmjpeg/jdmerge.c:37:
    /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/a2cec2e8a65008a6e32be17b0f7e20fcada91339/src/Utilities/gdcmjpeg/jdmerge.c: In function ‘build_ycc_rgb_table’:
    /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/a2cec2e8a65008a6e32be17b0f7e20fcada91339/src/Utilities/gdcmjpeg/jdmerge.c:108:34: warning: iteration 9396 invokes undefined behavior [-Waggressive-loop-optimizations]
             RIGHT_SHIFT(FIX(1.40200) * x + ONE_HALF, SCALEBITS);
                                      ^
    /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/a2cec2e8a65008a6e32be17b0f7e20fcada91339/src/Utilities/gdcmjpeg/jpegint.h:252:32: note: in definition of macro ‘RIGHT_SHIFT’
     #define RIGHT_SHIFT(x,shft)  ((x) >> (shft))
                                    ^
    /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/a2cec2e8a65008a6e32be17b0f7e20fcada91339/src/Utilities/gdcmjpeg/jdmerge.c:103:3: note: within this loop
       for (i = 0, x = -CENTERJSAMPLE; i <= MAXJSAMPLE; i++, x++) {
       ^~~
    In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33:0,
                     from /usr/include/stdio.h:27,
                     from /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/a2cec2e8a65008a6e32be17b0f7e20fcada91339/src/Utilities/gdcmuuid/gen_uuid.c:42:
    /usr/include/features.h:183:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
     # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
       ^~~~~~~
    /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/a2cec2e8a65008a6e32be17b0f7e20fcada91339/src/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx: In function ‘opj_image_t* gdcm::rawtoimage(const char*, opj_cparameters_t*, size_t, int, int, int, int, int, int, int, int, int)’:
    /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/a2cec2e8a65008a6e32be17b0f7e20fcada91339/src/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:1085:17: warning: ‘opj_image_comptparm::bpp’ is deprecated: Use prec instead [-Wdeprecated-declarations]
         cmptparm[i].bpp = bitsallocated;
                     ^~~
    In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/a2cec2e8a65008a6e32be17b0f7e20fcada91339/src/Utilities/gdcm_openjpeg.h:20:0,
                     from /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/a2cec2e8a65008a6e32be17b0f7e20fcada91339/src/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:28:
    /home/conan/w/prod/BuildSingleReference/.conan/data/openjpeg/2.5.0/_/_/package/d50a0d523d98c15bb147b18fa7d203887c38be8b/include/openjpeg-2.5/openjpeg.h:750:5: note: declared here
         OPJ_DEPRECATED_STRUCT_MEMBER(OPJ_UINT32 bpp, "Use prec instead");
         ^
    /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/a2cec2e8a65008a6e32be17b0f7e20fcada91339/src/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:1085:17: warning: ‘opj_image_comptparm::bpp’ is deprecated: Use prec instead [-Wdeprecated-declarations]
         cmptparm[i].bpp = bitsallocated;
                     ^~~
    In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/a2cec2e8a65008a6e32be17b0f7e20fcada91339/src/Utilities/gdcm_openjpeg.h:20:0,
                     from /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/a2cec2e8a65008a6e32be17b0f7e20fcada91339/src/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:28:
    /home/conan/w/prod/BuildSingleReference/.conan/data/openjpeg/2.5.0/_/_/package/d50a0d523d98c15bb147b18fa7d203887c38be8b/include/openjpeg-2.5/openjpeg.h:750:5: note: declared here
         OPJ_DEPRECATED_STRUCT_MEMBER(OPJ_UINT32 bpp, "Use prec instead");
         ^
    /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/a2cec2e8a65008a6e32be17b0f7e20fcada91339/src/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:1085:17: warning: ‘opj_image_comptparm::bpp’ is deprecated: Use prec instead [-Wdeprecated-declarations]
         cmptparm[i].bpp = bitsallocated;
                     ^~~
    In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/a2cec2e8a65008a6e32be17b0f7e20fcada91339/src/Utilities/gdcm_openjpeg.h:20:0,
                     from /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/a2cec2e8a65008a6e32be17b0f7e20fcada91339/src/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:28:
    /home/conan/w/prod/BuildSingleReference/.conan/data/openjpeg/2.5.0/_/_/package/d50a0d523d98c15bb147b18fa7d203887c38be8b/include/openjpeg-2.5/openjpeg.h:750:5: note: declared here
         OPJ_DEPRECATED_STRUCT_MEMBER(OPJ_UINT32 bpp, "Use prec instead");
         ^
    gdcm/3.0.9: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    gdcm/3.0.9: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    [HOOK - conan-center.py] post_package(): ERROR: [CMAKE-MODULES-CONFIG-FILES (KB-H016)] The conan-center repository doesn't allow the packages to contain CMake find modules or config files. The packages have to be located using generators and the declared `cpp_info` information (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H016) 
    [HOOK - conan-center.py] post_package(): ERROR: [CMAKE-MODULES-CONFIG-FILES (KB-H016)] Found files: ./lib/gdcm-3.0/GDCMConfig.cmake (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H016) 
    ERROR: [HOOK - conan-center.py] post_package(): Some checks failed running the hook, check the output
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

conan-center-bot avatar Sep 28 '22 11:09 conan-center-bot

Can I use self.dependencies["expat"].cpp_info.set_property("cmake_find_mode", "module")? Will it also affect other recipes?

Nope. self.dependencies is read-only. It you need to change anything, you have to fix expat, or patch gdcm.

uilianries avatar Sep 28 '22 15:09 uilianries

All green in build 6 (a8396da71ce4d148f5fa712ddd5cc65ace8aeed0):

  • gdcm/3.0.9@: All packages built successfully! (All logs)

conan-center-bot avatar Sep 28 '22 15:09 conan-center-bot

All green in build 7 (95523d87e7aceec2a695e6f3509c71eea8268fa7):

  • gdcm/3.0.9@: All packages built successfully! (All logs)

conan-center-bot avatar Sep 30 '22 10:09 conan-center-bot

All green in build 8 (83999a085cf3a5da51efaa8745465bc8879142d5):

  • gdcm/3.0.9@: All packages built successfully! (All logs)

conan-center-bot avatar Sep 30 '22 19:09 conan-center-bot

Failure in build 9 (542d364e167a6974b0852be6be8c635f16fbabb9):

  • gdcm/3.0.9@: CI failed to create some packages (All logs)

    Logs for packageID 198153c5b0807e918ff0161edf3128f72141498d:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=Visual Studio
    compiler.runtime=MT
    compiler.version=15
    os=Windows
    [options]
    gdcm:shared=False
    
    [...]
    c:\j\w\prod\buildsinglereference\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(337): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\test_package.vcxproj]
      C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1774): note: see declaration of 'sprintf'
    c:\j\w\prod\buildsinglereference\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(371): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\test_package.vcxproj]
      C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(133): note: see declaration of 'strcpy'
      c:\j\w\prod\buildsinglereference\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(427): note: see reference to function template instantiation 'void gdcm::x16printf<double>(char *,int,Float)' being compiled
              with
              [
                  Float=double
              ]
    c:\j\w\prod\buildsinglereference\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(379): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\test_package.vcxproj]
      C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(90): note: see declaration of 'strcat'
    c:\j\w\prod\buildsinglereference\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(383): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\test_package.vcxproj]
      C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(133): note: see declaration of 'strcpy'
    c:\j\w\prod\buildsinglereference\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(388): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\test_package.vcxproj]
      C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(133): note: see declaration of 'strcpy'
    c:\j\w\prod\buildsinglereference\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(401): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\test_package.vcxproj]
      C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(133): note: see declaration of 'strcpy'
    c:\j\w\prod\buildsinglereference\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(356): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\test_package.vcxproj]
      C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1774): note: see declaration of 'sprintf'
    c:\j\w\prod\buildsinglereference\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(361): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\test_package.vcxproj]
      C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1774): note: see declaration of 'sprintf'
    c:\j\w\prod\buildsinglereference\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(367): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\test_package.vcxproj]
      C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1774): note: see declaration of 'sprintf'
    c:\j\w\prod\buildsinglereference\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(376): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\test_package.vcxproj]
      C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(338): note: see declaration of 'strncpy'
    c:\j\w\prod\buildsinglereference\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(391): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\test_package.vcxproj]
      C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(338): note: see declaration of 'strncpy'
    c:\j\w\prod\buildsinglereference\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(393): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\test_package.vcxproj]
      C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(338): note: see declaration of 'strncpy'
    c:\j\w\prod\buildsinglereference\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(412): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\test_package.vcxproj]
      C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(338): note: see declaration of 'strncpy'
      test_package.vcxproj -> C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\bin\test_package.exe
      Building Custom Rule C:/J/w/prod/BuildSingleReference/conan-center-index/recipes/gdcm/all/test_v1_package/CMakeLists.txt
    gdcm/3.0.9 (test package): Running test()
    
    ----Running------
    > ['bin\\test_package', 'C:\\J\\w\\prod\\BuildSingleReference\\conan-center-index\\recipes\\gdcm\\all\\test_v1_package\\..\\test_package\\DCMTK_JPEGExt_12Bits.dcm', 'test_dir\\output.dcm']
    -----------------
    GDCM test: success
    CMake Warning:
      Manually-specified variables were not used by the project:
    
        CMAKE_EXPORT_NO_PACKAGE_REGISTRY
        CMAKE_INSTALL_BINDIR
        CMAKE_INSTALL_DATAROOTDIR
        CMAKE_INSTALL_INCLUDEDIR
        CMAKE_INSTALL_LIBDIR
        CMAKE_INSTALL_LIBEXECDIR
        CMAKE_INSTALL_OLDINCLUDEDIR
        CMAKE_INSTALL_SBINDIR
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

conan-center-bot avatar Oct 03 '22 11:10 conan-center-bot

Failure in build 10 (542d364e167a6974b0852be6be8c635f16fbabb9):

  • gdcm/3.0.9@: CI failed to create some packages (All logs)

    Logs for packageID 198153c5b0807e918ff0161edf3128f72141498d:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=Visual Studio
    compiler.runtime=MT
    compiler.version=15
    os=Windows
    [options]
    gdcm:shared=False
    
    [...]
    c:\j\w\prod\buildsinglereference@2\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(337): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference@2\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\test_package.vcxproj]
      C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1774): note: see declaration of 'sprintf'
    c:\j\w\prod\buildsinglereference@2\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(371): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference@2\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\test_package.vcxproj]
      C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(133): note: see declaration of 'strcpy'
      c:\j\w\prod\buildsinglereference@2\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(427): note: see reference to function template instantiation 'void gdcm::x16printf<double>(char *,int,Float)' being compiled
              with
              [
                  Float=double
              ]
    c:\j\w\prod\buildsinglereference@2\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(379): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference@2\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\test_package.vcxproj]
      C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(90): note: see declaration of 'strcat'
    c:\j\w\prod\buildsinglereference@2\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(383): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference@2\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\test_package.vcxproj]
      C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(133): note: see declaration of 'strcpy'
    c:\j\w\prod\buildsinglereference@2\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(388): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference@2\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\test_package.vcxproj]
      C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(133): note: see declaration of 'strcpy'
    c:\j\w\prod\buildsinglereference@2\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(401): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference@2\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\test_package.vcxproj]
      C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(133): note: see declaration of 'strcpy'
    c:\j\w\prod\buildsinglereference@2\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(356): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference@2\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\test_package.vcxproj]
      C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1774): note: see declaration of 'sprintf'
    c:\j\w\prod\buildsinglereference@2\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(361): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference@2\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\test_package.vcxproj]
      C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1774): note: see declaration of 'sprintf'
    c:\j\w\prod\buildsinglereference@2\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(367): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference@2\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\test_package.vcxproj]
      C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1774): note: see declaration of 'sprintf'
    c:\j\w\prod\buildsinglereference@2\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(376): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference@2\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\test_package.vcxproj]
      C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(338): note: see declaration of 'strncpy'
    c:\j\w\prod\buildsinglereference@2\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(391): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference@2\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\test_package.vcxproj]
      C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(338): note: see declaration of 'strncpy'
    c:\j\w\prod\buildsinglereference@2\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(393): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference@2\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\test_package.vcxproj]
      C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(338): note: see declaration of 'strncpy'
    c:\j\w\prod\buildsinglereference@2\.conan\data\gdcm\3.0.9\_\_\package\198153c5b0807e918ff0161edf3128f72141498d\include\gdcm-3.0\gdcmElement.h(412): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference@2\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\test_package.vcxproj]
      C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(338): note: see declaration of 'strncpy'
      test_package.vcxproj -> C:\J\w\prod\BuildSingleReference@2\conan-center-index\recipes\gdcm\all\test_v1_package\build\09a4536513f8aa48d5ecb1bc669718c9c2768e98\bin\test_package.exe
      Building Custom Rule C:/J/w/prod/BuildSingleReference@2/conan-center-index/recipes/gdcm/all/test_v1_package/CMakeLists.txt
    gdcm/3.0.9 (test package): Running test()
    
    ----Running------
    > ['bin\\test_package', 'C:\\J\\w\\prod\\BuildSingleReference@2\\conan-center-index\\recipes\\gdcm\\all\\test_v1_package\\..\\test_package\\DCMTK_JPEGExt_12Bits.dcm', 'test_dir\\output.dcm']
    -----------------
    GDCM test: success
    CMake Warning:
      Manually-specified variables were not used by the project:
    
        CMAKE_EXPORT_NO_PACKAGE_REGISTRY
        CMAKE_INSTALL_BINDIR
        CMAKE_INSTALL_DATAROOTDIR
        CMAKE_INSTALL_INCLUDEDIR
        CMAKE_INSTALL_LIBDIR
        CMAKE_INSTALL_LIBEXECDIR
        CMAKE_INSTALL_OLDINCLUDEDIR
        CMAKE_INSTALL_SBINDIR
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

conan-center-bot avatar Oct 03 '22 13:10 conan-center-bot

All green in build 11 (cbef383af9dd4d140167a1b153cbba396cd455b0):

  • gdcm/3.0.9@: All packages built successfully! (All logs)

conan-center-bot avatar Oct 05 '22 17:10 conan-center-bot

Failure in build 12 (871ec32b06eb695edeb37bd00bcc6ce8129da8d1):

  • gdcm/3.0.9@: CI failed to create some packages (All logs)

    Logs for packageID 3f3f700c962faa8fa6b0317b12d05040f7b10804:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=8
    os=Linux
    [options]
    gdcm:shared=False
    
    [...]
    Downloading conanmanifest.txt
    Downloading conanfile.py
    Downloading conan_export.tgz
    zlib/1.2.12: Downloaded recipe revision a30750797caa71bd61bd0a18189caa28
    gdcm/3.0.9: Forced build from source
    Installing package: gdcm/3.0.9
    Requirements
        expat/2.4.9 from 'conan-center' - Downloaded
        gdcm/3.0.9 from local cache - Cache
        openjpeg/2.5.0 from 'conan-center' - Downloaded
        zlib/1.2.12 from 'conan-center' - Downloaded
    Packages
        expat/2.4.9:9a29d10b97b42a53958ce2a89aa2fe8027567806 - Download
        gdcm/3.0.9:3f3f700c962faa8fa6b0317b12d05040f7b10804 - Build
        openjpeg/2.5.0:1d877a3df840030e6a8abb74c5ffb9088d08b47a - Download
        zlib/1.2.12:1d877a3df840030e6a8abb74c5ffb9088d08b47a - Download
    
    Installing (downloading, building) binaries...
    expat/2.4.9: Retrieving package 9a29d10b97b42a53958ce2a89aa2fe8027567806 from remote 'conan-center' 
    Downloading conanmanifest.txt
    Downloading conaninfo.txt
    Downloading conan_package.tgz
    expat/2.4.9: Package installed 9a29d10b97b42a53958ce2a89aa2fe8027567806
    expat/2.4.9: Downloaded package revision a434b518ea1f3c6bba4ecc0acf143ff6
    openjpeg/2.5.0: Retrieving package 1d877a3df840030e6a8abb74c5ffb9088d08b47a from remote 'conan-center' 
    Downloading conanmanifest.txt
    Downloading conaninfo.txt
    Downloading conan_package.tgz
    openjpeg/2.5.0: Package installed 1d877a3df840030e6a8abb74c5ffb9088d08b47a
    openjpeg/2.5.0: Downloaded package revision e18b03350b85953b388f8c681ff54f6b
    zlib/1.2.12: Retrieving package 1d877a3df840030e6a8abb74c5ffb9088d08b47a from remote 'conan-center' 
    Downloading conanmanifest.txt
    Downloading conaninfo.txt
    Downloading conan_package.tgz
    zlib/1.2.12: Package installed 1d877a3df840030e6a8abb74c5ffb9088d08b47a
    zlib/1.2.12: Downloaded package revision fea14f64dba64bd75d43e0a920cbf543
    [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK
    gdcm/3.0.9: Configuring sources in /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/source/src
    gdcm/3.0.9: 
    [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK
    [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK
    [HOOK - conan-center.py] post_source(): [SHORT_PATHS USAGE (KB-H066)] OK
    gdcm/3.0.9: Copying sources to build folder
    gdcm/3.0.9: Building your package in /home/conan/w/prod/BuildSingleReference/.conan/data/gdcm/3.0.9/_/_/build/3f3f700c962faa8fa6b0317b12d05040f7b10804
    gdcm/3.0.9: Generator txt created conanbuildinfo.txt
    gdcm/3.0.9: Calling generate()
    gdcm/3.0.9: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    ERROR: gdcm/3.0.9: Error in generate() method, line 78
    	toolchain.cache_variables["CMAKE_CXX_STANDARD"] = self._minimum_cpp_standard
    	NameError: name 'toolchain' is not defined
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

conan-center-bot avatar Oct 06 '22 10:10 conan-center-bot

All green in build 13 (5e076c0028161515c31e11bbf3b76e1ddaec8a6c):

  • gdcm/3.0.9@: All packages built successfully! (All logs)

conan-center-bot avatar Oct 06 '22 12:10 conan-center-bot

cache variables should be used sparingly. the default variable is more then enough

Maybe this information should be added to package template? package template

Nekto89 avatar Oct 06 '22 18:10 Nekto89

All green in build 14 (ccaf1b0aca3e6d89eaf8243a76081660dbd372ac):

  • gdcm/3.0.9@: All packages built successfully! (All logs)

conan-center-bot avatar Oct 07 '22 01:10 conan-center-bot

Maybe this information should be added to package template?

https://github.com/conan-io/conan-center-index/pull/13385 👍

prince-chrismc avatar Oct 10 '22 05:10 prince-chrismc