Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zziplib: add new version 0.13.78 #22961

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

toge
Copy link
Contributor

@toge toge commented Mar 3, 2024

Specify library name and version: zziplib/0.13.78

gdraheim/zziplib@v0.13.72...v0.13.78


@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@jcar87 jcar87 self-assigned this Jun 11, 2024
@conan-center-bot

This comment has been minimized.

@toge toge changed the title zziplib: add version 0.13.74 zziplib: add version 0.13.77 Aug 6, 2024
@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@toge toge changed the title zziplib: add version 0.13.77 zziplib: add version 0.13.78 Aug 9, 2024
@conan-center-bot

This comment has been minimized.

@toge toge changed the title zziplib: add version 0.13.78 zziplib: add new version 0.13.78 Aug 10, 2024
@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ❌

Failure in build 6 (b6c945041d230e13d0d018baf30d2ff961492293):

  • zziplib/0.13.78:
    Didn't run or was cancelled before finishing

  • zziplib/0.13.71:
    CI failed to create some packages (All logs)

    Logs for packageID c9b2119a5e276549f332b854d634e8465b854d39:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=5
    os=Linux
    [options]
    zziplib:shared=True
    
    [...]
    /home/conan/workspace/prod-v1/bsr/83045/ebfac/.conan/data/zziplib/0.13.71/_/_/build/c9b2119a5e276549f332b854d634e8465b854d39/src/zzip/zip.c:319:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
                         trailer->zz_rootsize = zzip_disk_trailer_rootsize(orig);
                         ^
    /home/conan/workspace/prod-v1/bsr/83045/ebfac/.conan/data/zziplib/0.13.71/_/_/build/c9b2119a5e276549f332b854d634e8465b854d39/src/zzip/zip.c:344:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
                             zzip_disk64_trailer_localentries(orig);
                             ^
    /home/conan/workspace/prod-v1/bsr/83045/ebfac/.conan/data/zziplib/0.13.71/_/_/build/c9b2119a5e276549f332b854d634e8465b854d39/src/zzip/zip.c:346:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
                             zzip_disk64_trailer_finalentries(orig);
                             ^
    /home/conan/workspace/prod-v1/bsr/83045/ebfac/.conan/data/zziplib/0.13.71/_/_/build/c9b2119a5e276549f332b854d634e8465b854d39/src/zzip/zip.c:347:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
                         trailer->zz_rootseek = zzip_disk64_trailer_rootseek(orig);
                         ^
    /home/conan/workspace/prod-v1/bsr/83045/ebfac/.conan/data/zziplib/0.13.71/_/_/build/c9b2119a5e276549f332b854d634e8465b854d39/src/zzip/zip.c:348:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
                         trailer->zz_rootsize = zzip_disk64_trailer_rootsize(orig);
                         ^
    /home/conan/workspace/prod-v1/bsr/83045/ebfac/.conan/data/zziplib/0.13.71/_/_/build/c9b2119a5e276549f332b854d634e8465b854d39/src/zzip/zip.c: In function ‘__zzip_parse_root_directory’:
    /home/conan/workspace/prod-v1/bsr/83045/ebfac/.conan/data/zziplib/0.13.71/_/_/build/c9b2119a5e276549f332b854d634e8465b854d39/src/zzip/zip.c:510:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             u_extras = zzip_disk_entry_get_extras(d);
             ^
    /home/conan/workspace/prod-v1/bsr/83045/ebfac/.conan/data/zziplib/0.13.71/_/_/build/c9b2119a5e276549f332b854d634e8465b854d39/src/zzip/zip.c:511:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             u_comment = zzip_disk_entry_get_comment(d);
             ^
    /home/conan/workspace/prod-v1/bsr/83045/ebfac/.conan/data/zziplib/0.13.71/_/_/build/c9b2119a5e276549f332b854d634e8465b854d39/src/zzip/zip.c:512:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             u_namlen = zzip_disk_entry_get_namlen(d);
             ^
    /home/conan/workspace/prod-v1/bsr/83045/ebfac/.conan/data/zziplib/0.13.71/_/_/build/c9b2119a5e276549f332b854d634e8465b854d39/src/zzip/zip.c:523:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             hdr->d_crc32 = zzip_disk_entry_get_crc32(d);
             ^
    /home/conan/workspace/prod-v1/bsr/83045/ebfac/.conan/data/zziplib/0.13.71/_/_/build/c9b2119a5e276549f332b854d634e8465b854d39/src/zzip/zip.c:524:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             hdr->d_csize = zzip_disk_entry_get_csize(d);
             ^
    /home/conan/workspace/prod-v1/bsr/83045/ebfac/.conan/data/zziplib/0.13.71/_/_/build/c9b2119a5e276549f332b854d634e8465b854d39/src/zzip/zip.c:525:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             hdr->d_usize = zzip_disk_entry_get_usize(d);
             ^
    /home/conan/workspace/prod-v1/bsr/83045/ebfac/.conan/data/zziplib/0.13.71/_/_/build/c9b2119a5e276549f332b854d634e8465b854d39/src/zzip/zip.c:526:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             hdr->d_off = zzip_disk_entry_get_offset(d);
             ^
    /home/conan/workspace/prod-v1/bsr/83045/ebfac/.conan/data/zziplib/0.13.71/_/_/build/c9b2119a5e276549f332b854d634e8465b854d39/src/zzip/zip.c:527:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             hdr->d_compr = zzip_disk_entry_get_compr(d);
             ^
    WARN: *** Conan 1 is legacy and on a deprecation path ***
    WARN: *** Please upgrade to Conan 2 ***
    zziplib/0.13.71: 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
    zziplib/0.13.71: 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_info(): ERROR: [LIBRARY DOES NOT EXIST (KB-H054)] Component zziplib::zzip library 'zzip-0' is listed in the recipe, but not found installed at self.cpp_info.libdirs. Make sure you compiled the library correctly. If so, then the library name should probably be fixed. Otherwise, then the component should be removed. (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H054-LIBRARY-DOES-NOT-EXIST) 
    [HOOK - conan-center.py] post_package_info(): ERROR: [LIBRARY DOES NOT EXIST (KB-H054)] Component zziplib::zzipmmapped library 'zzipmmapped-0' is listed in the recipe, but not found installed at self.cpp_info.libdirs. Make sure you compiled the library correctly. If so, then the library name should probably be fixed. Otherwise, then the component should be removed. (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H054-LIBRARY-DOES-NOT-EXIST) 
    [HOOK - conan-center.py] post_package_info(): ERROR: [LIBRARY DOES NOT EXIST (KB-H054)] Component zziplib::zzipfseeko library 'zzipfseeko-0' is listed in the recipe, but not found installed at self.cpp_info.libdirs. Make sure you compiled the library correctly. If so, then the library name should probably be fixed. Otherwise, then the component should be removed. (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H054-LIBRARY-DOES-NOT-EXIST) 
    [HOOK - conan-center.py] post_package_info(): ERROR: [LIBRARY DOES NOT EXIST (KB-H054)] Component zziplib::zzipwrap library 'zzipwrap-0' is listed in the recipe, but not found installed at self.cpp_info.libdirs. Make sure you compiled the library correctly. If so, then the library name should probably be fixed. Otherwise, then the component should be removed. (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H054-LIBRARY-DOES-NOT-EXIST) 
    ERROR: 
    	ConanException: [HOOK - conan-center.py] post_package_info(): Some checks failed running the hook, check the output
    
  • zziplib/0.13.72:
    Didn't run or was cancelled before finishing


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 v2 pipeline ❌

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

Failure in build 6 (b6c945041d230e13d0d018baf30d2ff961492293):

  • zziplib/0.13.78:
    CI failed to create some packages (All logs)

    Logs for packageID cf6c00d9a050b427c9e08d2397dad4db44c1f83b:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=apple-clang
    compiler.cppstd=17
    compiler.libcxx=libc++
    compiler.version=13
    os=Macos
    [options]
    */*:shared=False
    
    [...]
    zziplib/0.13.78 (test package): Test package build: build/apple-clang-13-x86_64-17-release
    zziplib/0.13.78 (test package): Test package build folder: /Users/jenkins/workspace/prod-v2/bsr/cci-ebd3f439/recipes/zziplib/all/test_package/build/apple-clang-13-x86_64-17-release
    zziplib/0.13.78 (test package): Writing generators to /Users/jenkins/workspace/prod-v2/bsr/cci-ebd3f439/recipes/zziplib/all/test_package/build/apple-clang-13-x86_64-17-release/generators
    zziplib/0.13.78 (test package): Generator 'CMakeToolchain' calling 'generate()'
    zziplib/0.13.78 (test package): CMakeToolchain generated: conan_toolchain.cmake
    zziplib/0.13.78 (test package): CMakeToolchain generated: /Users/jenkins/workspace/prod-v2/bsr/cci-ebd3f439/recipes/zziplib/all/test_package/build/apple-clang-13-x86_64-17-release/generators/CMakePresets.json
    zziplib/0.13.78 (test package): CMakeToolchain generated: /Users/jenkins/workspace/prod-v2/bsr/cci-ebd3f439/recipes/zziplib/all/test_package/CMakeUserPresets.json
    zziplib/0.13.78 (test package): Generator 'CMakeDeps' calling 'generate()'
    zziplib/0.13.78 (test package): CMakeDeps necessary find_package() and targets for your CMakeLists.txt
        find_package(zziplib)
        target_link_libraries(... zziplib::zziplib)
    zziplib/0.13.78 (test package): Generator 'VirtualRunEnv' calling 'generate()'
    zziplib/0.13.78 (test package): Generating aggregated env files
    zziplib/0.13.78 (test package): Generated aggregated env files: ['conanrun.sh', 'conanbuild.sh']
    
    ======== Testing the package: Building ========
    zziplib/0.13.78 (test package): Calling build()
    zziplib/0.13.78 (test package): Running CMake.configure()
    zziplib/0.13.78 (test package): RUN: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/Users/jenkins/workspace/prod-v2/bsr/cci-ebd3f439/recipes/zziplib/all/test_package" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/Users/jenkins/workspace/prod-v2/bsr/cci-ebd3f439/recipes/zziplib/all/test_package"
    -- Using Conan toolchain: /Users/jenkins/workspace/prod-v2/bsr/cci-ebd3f439/recipes/zziplib/all/test_package/build/apple-clang-13-x86_64-17-release/generators/conan_toolchain.cmake
    -- Conan toolchain: Defining architecture flag: -m64
    -- Conan toolchain: Defining libcxx as C++ flags: -stdlib=libc++
    -- Conan toolchain: C++ Standard 17 with extensions OFF
    -- The C compiler identification is AppleClang 13.0.0.13000029
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Check for working C compiler: /Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped
    -- Detecting C compile features
    -- Detecting C compile features - done
    -- Conan: Component target declared 'zziplib::zzip'
    -- Conan: Component target declared 'zziplib::zzipmmapped'
    -- Conan: Component target declared 'zziplib::zzipfseeko'
    -- Conan: Component target declared 'zziplib::zzipwrap'
    -- Conan: Target declared 'zziplib::zziplib'
    CMake Error at build/apple-clang-13-x86_64-17-release/generators/cmakedeps_macros.cmake:67 (message):
      Library 'zzipwrap' not found in package.  If 'zzipwrap' is a system
      library, declare it with 'cpp_info.system_libs' property
    Call Stack (most recent call first):
      build/apple-clang-13-x86_64-17-release/generators/zziplib-Target-release.cmake:23 (conan_package_library_targets)
      build/apple-clang-13-x86_64-17-release/generators/zziplibTargets.cmake:24 (include)
      build/apple-clang-13-x86_64-17-release/generators/zziplib-config.cmake:16 (include)
      CMakeLists.txt:4 (find_package)
    
    
    -- Configuring incomplete, errors occurred!
    See also "/Users/jenkins/workspace/prod-v2/bsr/cci-ebd3f439/recipes/zziplib/all/test_package/build/apple-clang-13-x86_64-17-release/CMakeFiles/CMakeOutput.log".
    
    ERROR: zziplib/0.13.78 (test package): Error in build() method, line 20
    	cmake.configure()
    	ConanException: Error 1 while executing
    
  • zziplib/0.13.71:
    Didn't run or was cancelled before finishing

  • zziplib/0.13.72:
    Didn't run or was cancelled before finishing


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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants