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

pcre2: fix invalid pcre2-config output for static libs

Open valgur opened this issue 1 year ago • 16 comments

pcre2 includes a pcre2-config executable that outputs necessary compiler and linker flags to link against pcre2. However, it currently outputs invalid library names for static versions of the libraries.

This is a blocker for #19058, as this causes linking against pcre2 to fail.

valgur avatar Oct 16 '23 08:10 valgur

Conan v1 pipeline :x:

Failure in build 1 (ecea763cb286c54eaa079241452b21041a68df76):

  • pcre2/10.39: Didn't run or was cancelled before finishing

  • pcre2/10.42: Didn't run or was cancelled before finishing

  • pcre2/10.36: CI failed to create some packages (All logs)

    Logs for packageID b7d36848637a312c1a044b729b782ed664817143:
    [settings]
    arch=x86_64
    build_type=Debug
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=10
    os=Linux
    [options]
    pcre2:shared=False
    
    [...]
    -- Library pcre2-posix found /home/conan/w/prod-v1/bsr/28377/beefb/.conan/data/pcre2/10.36/_/_/package/b7d36848637a312c1a044b729b782ed664817143/lib/libpcre2-posix.a
    -- Found: /home/conan/w/prod-v1/bsr/28377/beefb/.conan/data/pcre2/10.36/_/_/package/b7d36848637a312c1a044b729b782ed664817143/lib/libpcre2-posix.a
    -- Conan: Component '8BIT' found in package 'PCRE2'
    -- Library z found /home/conan/w/prod-v1/bsr/28377/beefb/.conan/data/zlib/1.3/_/_/package/75e99b627c196b65c439728670655ec3c366b334/lib/libz.a
    -- Found: /home/conan/w/prod-v1/bsr/28377/beefb/.conan/data/zlib/1.3/_/_/package/75e99b627c196b65c439728670655ec3c366b334/lib/libz.a
    -- Library bz2 found /home/conan/w/prod-v1/bsr/28377/beefb/.conan/data/bzip2/1.0.8/_/_/package/9f84c49e2143828a044b1675a587477e091c9f9f/lib/libbz2.a
    -- Found: /home/conan/w/prod-v1/bsr/28377/beefb/.conan/data/bzip2/1.0.8/_/_/package/9f84c49e2143828a044b1675a587477e091c9f9f/lib/libbz2.a
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /home/conan/w/prod-v1/bsr/cci-1e5a6e8a/recipes/pcre2/all/test_v1_package/build/ad82ee400534996f5ec9efb9a23629c3782127e8
    
    ----Running------
    > cmake --build '/home/conan/w/prod-v1/bsr/cci-1e5a6e8a/recipes/pcre2/all/test_v1_package/build/ad82ee400534996f5ec9efb9a23629c3782127e8' '--' '-j3'
    -----------------
    Scanning dependencies of target test_package
    [ 50%] Building C object test_package/CMakeFiles/test_package.dir/test_package.c.o
    [100%] Linking C executable ../bin/test_package
    [100%] Built target test_package
    pcre2/10.36 (test package): Running test()
    
    ----Running------
    > bin/test_package
    -----------------
    match: conan
    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
    
    
    pcre2/10.36 (test package): WARN: 
         ************************************************
         The 'cmake' generator is deprecated.
         Please update your code and remove it.
         *************************************************
    
    pcre2/10.36 (test package): WARN: 
         ************************************************
         The 'cmake_find_package_multi' generator is deprecated.
         Please update your code and remove it.
         *************************************************
    
    pcre2/10.36 (test package): WARN: **** The 'from conans import CMake' helper is deprecated. Please update your code and remove it. ****
    
  • pcre2/10.40: Didn't run or was cancelled before finishing

  • pcre2/10.37: Didn't run or was cancelled before finishing

  • pcre2/10.35: Didn't run or was cancelled before finishing

  • pcre2/10.33: Didn't run or was cancelled before finishing

  • pcre2/10.32: 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 :x:

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.

See details:

Failure in build 1 (ecea763cb286c54eaa079241452b21041a68df76):

  • pcre2/10.42: CI failed to create some packages (All logs)

    Logs for packageID 8baec0c9d093887e22dbf6deb7d44e730957ee62:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    [...]
    pcre2/10.42 (test package): CMakeToolchain generated: CMakePresets.json
    pcre2/10.42 (test package): CMakeToolchain generated: ../../../CMakeUserPresets.json
    pcre2/10.42 (test package): Calling generate()
    pcre2/10.42 (test package): Generators folder: /home/conan/w/prod-v2/bsr/cci-f124ea7e/recipes/pcre2/all/test_package/build/gcc-11-x86_64-17-release/generators
    pcre2/10.42 (test package): Generating aggregated env files
    pcre2/10.42 (test package): Generated aggregated env files: ['conanrun.sh', 'conanbuild.sh']
    
    ======== Testing the package: Building ========
    pcre2/10.42 (test package): Calling build()
    pcre2/10.42 (test package): Running CMake.configure()
    pcre2/10.42 (test package): RUN: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod-v2/bsr/cci-f124ea7e/recipes/pcre2/all/test_package/build/gcc-11-x86_64-17-release/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod-v2/bsr/cci-f124ea7e/recipes/pcre2/all/test_package" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/w/prod-v2/bsr/cci-f124ea7e/recipes/pcre2/all/test_package"
    -- Using Conan toolchain: /home/conan/w/prod-v2/bsr/cci-f124ea7e/recipes/pcre2/all/test_package/build/gcc-11-x86_64-17-release/generators/conan_toolchain.cmake
    -- Conan toolchain: C++ Standard 17 with extensions OFF
    -- The C compiler identification is GNU 11.1.0
    -- Check for working C compiler: /usr/local/bin/cc
    -- Check for working C compiler: /usr/local/bin/cc -- works
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Detecting C compile features
    -- Detecting C compile features - done
    -- Conan: Component target declared 'PCRE2::8BIT'
    -- Conan: Component target declared 'PCRE2::POSIX'
    -- Conan: Component target declared 'PCRE2::16BIT'
    -- Conan: Component target declared 'PCRE2::32BIT'
    -- Conan: Target declared 'pcre2::pcre2'
    -- Conan: Target declared 'ZLIB::ZLIB'
    -- Conan: Target declared 'BZip2::BZip2'
    -- Conan: Including build module from '/home/conan/w/prod-v2/bsr/23233/bafde/p/bzip26d48265eb59fb/p/lib/cmake/conan-official-bzip2-variables.cmake'
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /home/conan/w/prod-v2/bsr/cci-f124ea7e/recipes/pcre2/all/test_package/build/gcc-11-x86_64-17-release
    
    pcre2/10.42 (test package): Running CMake.build()
    pcre2/10.42 (test package): RUN: cmake --build "/home/conan/w/prod-v2/bsr/cci-f124ea7e/recipes/pcre2/all/test_package/build/gcc-11-x86_64-17-release" -- -j3
    Scanning dependencies of target test_package
    [ 50%] Building C object CMakeFiles/test_package.dir/test_package.c.o
    [100%] Linking C executable test_package
    [100%] Built target test_package
    
    
    ======== Testing the package: Executing test ========
    pcre2/10.42 (test package): Running test()
    pcre2/10.42 (test package): RUN: ./test_package
    match: conan
    
    pcre2/10.42 (test package): RUN: bash /home/conan/w/prod-v2/bsr/23233/bafde/p/b/pcre21e9e424882e02/p/bin/pcre2-config --libs8
    
    ERROR: pcre2/10.42 (test package): Error in test() method, line 58
    	assert param[2:] in libs, f"Invalid library target '{param[2:]}' output by pcre2-config. Not found in {libs}."
    	AssertionError: Invalid library target 'pcre2-8-static' output by pcre2-config. Not found in ['pcre2-32', 'pcre2-16', 'pcre2-posix', 'pcre2-8'].
    
  • pcre2/10.33: Didn't run or was cancelled before finishing

  • pcre2/10.37: Didn't run or was cancelled before finishing

  • pcre2/10.40: Didn't run or was cancelled before finishing

  • pcre2/10.39: Didn't run or was cancelled before finishing

  • pcre2/10.36: Didn't run or was cancelled before finishing

  • pcre2/10.35: Didn't run or was cancelled before finishing

  • pcre2/10.32: 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-center-bot avatar Oct 16 '23 08:10 conan-center-bot

I detected other pull requests that are modifying pcre2/all recipe:

  • #19726

This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there.

ericLemanissierBot avatar Oct 16 '23 08:10 ericLemanissierBot

Conan v1 pipeline :x:

Failure in build 2 (42675c124eb3947ef5f361ff006237002b8c1c26):

  • pcre2/10.42: Didn't run or was cancelled before finishing

  • pcre2/10.39: CI failed to create some packages (All logs)

    Logs for packageID 2ca4f154036b3ae530b4dad3c85f5ed026cc0e95:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=10
    os=Linux
    [options]
    pcre2:shared=False
    
    [...]
    -- Library pcre2-posix found /home/conan/w/prod-v1/bsr/28420/abadf/.conan/data/pcre2/10.39/_/_/package/2ca4f154036b3ae530b4dad3c85f5ed026cc0e95/lib/libpcre2-posix.a
    -- Found: /home/conan/w/prod-v1/bsr/28420/abadf/.conan/data/pcre2/10.39/_/_/package/2ca4f154036b3ae530b4dad3c85f5ed026cc0e95/lib/libpcre2-posix.a
    -- Conan: Component '8BIT' found in package 'PCRE2'
    -- Library z found /home/conan/w/prod-v1/bsr/28420/abadf/.conan/data/zlib/1.3/_/_/package/19729b9559f3ae196cad45cb2b97468ccb75dcd1/lib/libz.a
    -- Found: /home/conan/w/prod-v1/bsr/28420/abadf/.conan/data/zlib/1.3/_/_/package/19729b9559f3ae196cad45cb2b97468ccb75dcd1/lib/libz.a
    -- Library bz2 found /home/conan/w/prod-v1/bsr/28420/abadf/.conan/data/bzip2/1.0.8/_/_/package/91a8b22c2c5a149bc617cfc06cdd21bf23b12567/lib/libbz2.a
    -- Found: /home/conan/w/prod-v1/bsr/28420/abadf/.conan/data/bzip2/1.0.8/_/_/package/91a8b22c2c5a149bc617cfc06cdd21bf23b12567/lib/libbz2.a
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /home/conan/w/prod-v1/bsr/cci-48934301/recipes/pcre2/all/test_v1_package/build/ce5a2440cce593ca10a9f304383adfdf943006be
    
    ----Running------
    > cmake --build '/home/conan/w/prod-v1/bsr/cci-48934301/recipes/pcre2/all/test_v1_package/build/ce5a2440cce593ca10a9f304383adfdf943006be' '--' '-j3'
    -----------------
    Scanning dependencies of target test_package
    [ 50%] Building C object test_package/CMakeFiles/test_package.dir/test_package.c.o
    [100%] Linking C executable ../bin/test_package
    [100%] Built target test_package
    pcre2/10.39 (test package): Running test()
    
    ----Running------
    > bin/test_package
    -----------------
    match: conan
    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
    
    
    pcre2/10.39 (test package): WARN: 
         ************************************************
         The 'cmake_find_package_multi' generator is deprecated.
         Please update your code and remove it.
         *************************************************
    
    pcre2/10.39 (test package): WARN: 
         ************************************************
         The 'cmake' generator is deprecated.
         Please update your code and remove it.
         *************************************************
    
    pcre2/10.39 (test package): WARN: **** The 'from conans import CMake' helper is deprecated. Please update your code and remove it. ****
    
  • pcre2/10.32: Didn't run or was cancelled before finishing

  • pcre2/10.40: Didn't run or was cancelled before finishing

  • pcre2/10.37: Didn't run or was cancelled before finishing

  • pcre2/10.36: Didn't run or was cancelled before finishing

  • pcre2/10.35: Didn't run or was cancelled before finishing

  • pcre2/10.33: 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 :x:

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.

See details:

Failure in build 2 (42675c124eb3947ef5f361ff006237002b8c1c26):

  • pcre2/10.42: CI failed to create some packages (All logs)

    Logs for packageID be7f50c28f3b93ddad2770a9a5d0a31ee941be4c:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=True
    
    [...]
        bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d - Cache
        pcre2/10.42#ced41bd4ff9ed1315ed81d2513a89dba - Cache
        zlib/1.3#06023034579559bb64357db3a53f88a4 - Cache
    Build requirements
        bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d - Cache
        pcre2/10.42#ced41bd4ff9ed1315ed81d2513a89dba - Cache
        zlib/1.3#06023034579559bb64357db3a53f88a4 - Cache
    Resolved version ranges
        zlib/[>=1.2.11 <2]: zlib/1.3
    
    ======== Computing necessary packages ========
    Requirements
        bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d:582795513620c02434315fe471662206b3a90c44#b812d992549c98cd781d28fb30f67c84 - Cache
        pcre2/10.42#ced41bd4ff9ed1315ed81d2513a89dba:be7f50c28f3b93ddad2770a9a5d0a31ee941be4c#8f3cf416393099062bb8cdbe172b56be - Cache
        zlib/1.3#06023034579559bb64357db3a53f88a4:abe5e2b04ea92ce2ee91bc9834317dbe66628206#be744f18843976f205e00744293521b8 - Cache
    Build requirements
        pcre2/10.42#ced41bd4ff9ed1315ed81d2513a89dba:8baec0c9d093887e22dbf6deb7d44e730957ee62 - Missing
    Skipped binaries
        bzip2/1.0.8, zlib/1.3
    
    ======== Installing packages ========
    ERROR: Missing binary: pcre2/10.42:8baec0c9d093887e22dbf6deb7d44e730957ee62
    
    pcre2/10.42: WARN: Can't find a 'pcre2/10.42' package binary '8baec0c9d093887e22dbf6deb7d44e730957ee62' for the configuration:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.version=11
    os=Linux
    [options]
    build_pcre2_16=True
    build_pcre2_32=True
    build_pcre2_8=True
    build_pcre2grep=True
    fPIC=True
    grep_support_callout_fork=True
    shared=False
    support_jit=False
    with_bzip2=True
    with_zlib=True
    [requires]
    bzip2/1.0.Z
    zlib/1.3.Z
    
    ERROR: Missing prebuilt package for 'pcre2/10.42'
    Check the available packages using 'conan list pcre2/10.42:* -r=remote'
    This is a **test_package** missing binary. You can use --build (for all dependencies) or --build-test (exclusive for 'test_package' dependencies) to define what can be built from sources
    
    More Info at 'https://docs.conan.io/2/knowledge/faq.html#error-missing-prebuilt-package'
    
  • pcre2/10.40: Didn't run or was cancelled before finishing

  • pcre2/10.37: Didn't run or was cancelled before finishing

  • pcre2/10.39: Didn't run or was cancelled before finishing

  • pcre2/10.36: Didn't run or was cancelled before finishing

  • pcre2/10.35: Didn't run or was cancelled before finishing

  • pcre2/10.33: Didn't run or was cancelled before finishing

  • pcre2/10.32: 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-center-bot avatar Oct 16 '23 10:10 conan-center-bot

Conan v1 pipeline :x:

Failure in build 3 (6d19a4da7a3deff24dd01c5c209b92cd12897ceb):

  • pcre2/10.37: Didn't run or was cancelled before finishing

  • pcre2/10.36: CI failed to create some packages (All logs)

    Logs for packageID 2e8119dcddebbc9d5753b8e12f06b903b0f1ae93:
    [settings]
    arch=x86_64
    build_type=Debug
    compiler=Visual Studio
    compiler.runtime=MDd
    compiler.version=16
    os=Windows
    [options]
    pcre2:shared=False
    
    [...]
    -- Found: C:/J2/w/prod-v1/bsr/28691/eebcf/.conan/data/zlib/1.3/_/_/package/d057732059ea44a47760900cb5e4855d2bea8714/lib/zlib.lib
    -- Library bz2 found C:/J2/w/prod-v1/bsr/28691/eebcf/.conan/data/bzip2/1.0.8/_/_/package/589a23dff5fdb23a7fb851223eb766480ead0a9a/lib/bz2.lib
    -- Found: C:/J2/w/prod-v1/bsr/28691/eebcf/.conan/data/bzip2/1.0.8/_/_/package/589a23dff5fdb23a7fb851223eb766480ead0a9a/lib/bz2.lib
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/J2/w/prod-v1/bsr/cci-b4ca8dc4/recipes/pcre2/all/test_v1_package/build/e20035626556c424bc471bc949766f03540309f5
    
    ----Running------
    > cmake --build C:\J2\w\prod-v1\bsr\cci-b4ca8dc4\recipes\pcre2\all\test_v1_package\build\e20035626556c424bc471bc949766f03540309f5 --config Debug -- /m:8 /verbosity:minimal
    -----------------
    Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework
    Copyright (C) Microsoft Corporation. All rights reserved.
    
      Checking Build System
      Building Custom Rule C:/J2/w/prod-v1/bsr/cci-b4ca8dc4/recipes/pcre2/all/test_package/CMakeLists.txt
      test_package.c
      test_package.vcxproj -> C:\J2\w\prod-v1\bsr\cci-b4ca8dc4\recipes\pcre2\all\test_v1_package\build\e20035626556c424bc471bc949766f03540309f5\bin\test_package.exe
      Building Custom Rule C:/J2/w/prod-v1/bsr/cci-b4ca8dc4/recipes/pcre2/all/test_v1_package/CMakeLists.txt
    pcre2/10.36 (test package): Running test()
    
    ----Running------
    > bin\test_package
    -----------------
    match: conan
    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
    
    
    pcre2/10.36 (test package): WARN: 
         ************************************************
         The 'cmake' generator is deprecated.
         Please update your code and remove it.
         *************************************************
    
    pcre2/10.36 (test package): WARN: 
         ************************************************
         The 'cmake_find_package_multi' generator is deprecated.
         Please update your code and remove it.
         *************************************************
    
    pcre2/10.36 (test package): WARN: **** The 'from conans import CMake' helper is deprecated. Please update your code and remove it. ****
    
  • pcre2/10.35: All packages built successfully! (All logs)

  • pcre2/10.33: Didn't run or was cancelled before finishing

  • pcre2/10.32: Didn't run or was cancelled before finishing

  • pcre2/10.42: Didn't run or was cancelled before finishing

  • pcre2/10.40: Didn't run or was cancelled before finishing

  • pcre2/10.39: 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 :x:

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.

See details:

Failure in build 3 (6d19a4da7a3deff24dd01c5c209b92cd12897ceb):

  • pcre2/10.32: Didn't run or was cancelled before finishing

  • pcre2/10.37: Didn't run or was cancelled before finishing

  • pcre2/10.33: Didn't run or was cancelled before finishing

  • pcre2/10.39: CI failed to create some packages (All logs)

    Logs for packageID 8baec0c9d093887e22dbf6deb7d44e730957ee62:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    [...]
    pcre2/10.39 (test package): CMakeToolchain generated: CMakePresets.json
    pcre2/10.39 (test package): CMakeToolchain generated: ../../../CMakeUserPresets.json
    pcre2/10.39 (test package): Calling generate()
    pcre2/10.39 (test package): Generators folder: /home/conan/w/prod-v2/bsr/cci-7a1985fd/recipes/pcre2/all/test_package/build/gcc-11-x86_64-17-release/generators
    pcre2/10.39 (test package): Generating aggregated env files
    pcre2/10.39 (test package): Generated aggregated env files: ['conanrun.sh', 'conanbuild.sh']
    
    ======== Testing the package: Building ========
    pcre2/10.39 (test package): Calling build()
    pcre2/10.39 (test package): Running CMake.configure()
    pcre2/10.39 (test package): RUN: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod-v2/bsr/cci-7a1985fd/recipes/pcre2/all/test_package/build/gcc-11-x86_64-17-release/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod-v2/bsr/cci-7a1985fd/recipes/pcre2/all/test_package" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/w/prod-v2/bsr/cci-7a1985fd/recipes/pcre2/all/test_package"
    -- Using Conan toolchain: /home/conan/w/prod-v2/bsr/cci-7a1985fd/recipes/pcre2/all/test_package/build/gcc-11-x86_64-17-release/generators/conan_toolchain.cmake
    -- Conan toolchain: C++ Standard 17 with extensions OFF
    -- The C compiler identification is GNU 11.1.0
    -- Check for working C compiler: /usr/local/bin/cc
    -- Check for working C compiler: /usr/local/bin/cc -- works
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Detecting C compile features
    -- Detecting C compile features - done
    -- Conan: Component target declared 'PCRE2::8BIT'
    -- Conan: Component target declared 'PCRE2::POSIX'
    -- Conan: Component target declared 'PCRE2::16BIT'
    -- Conan: Component target declared 'PCRE2::32BIT'
    -- Conan: Target declared 'pcre2::pcre2'
    -- Conan: Target declared 'ZLIB::ZLIB'
    -- Conan: Target declared 'BZip2::BZip2'
    -- Conan: Including build module from '/home/conan/w/prod-v2/bsr/23336/bfedb/p/bzip26d48265eb59fb/p/lib/cmake/conan-official-bzip2-variables.cmake'
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /home/conan/w/prod-v2/bsr/cci-7a1985fd/recipes/pcre2/all/test_package/build/gcc-11-x86_64-17-release
    
    pcre2/10.39 (test package): Running CMake.build()
    pcre2/10.39 (test package): RUN: cmake --build "/home/conan/w/prod-v2/bsr/cci-7a1985fd/recipes/pcre2/all/test_package/build/gcc-11-x86_64-17-release" -- -j3
    Scanning dependencies of target test_package
    [ 50%] Building C object CMakeFiles/test_package.dir/test_package.c.o
    [100%] Linking C executable test_package
    [100%] Built target test_package
    
    
    ======== Testing the package: Executing test ========
    pcre2/10.39 (test package): Running test()
    pcre2/10.39 (test package): RUN: ./test_package
    match: conan
    
    pcre2/10.39 (test package): RUN: bash /home/conan/w/prod-v2/bsr/23336/bfedb/p/pcre2e36db42877c1c/p/bin/pcre2-config --libs8
    
    ERROR: pcre2/10.39 (test package): Error in test() method, line 55
    	assert f"-L{libdir}" in conf, f"Expected '-L{libdir}' not set by pcre2-config: {conf}"
    	AssertionError: Expected '-L/home/conan/w/prod-v2/bsr/23336/bfedb/p/pcre2e36db42877c1c/p/lib' not set by pcre2-config: ['-L/home/conan/w/prod-v2/bsr/23302/eecea/p/b/pcre29dd1b55844219/p/lib', '-lpcre2-8']
    
  • pcre2/10.40: Didn't run or was cancelled before finishing

  • pcre2/10.42: Didn't run or was cancelled before finishing

  • pcre2/10.36: Didn't run or was cancelled before finishing

  • pcre2/10.35: 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-center-bot avatar Oct 16 '23 19:10 conan-center-bot

Conan v1 pipeline :x:

Failure in build 5 (a10684d60b24c1d6a472a07e610e4b76352bb093):

  • pcre2/10.36: Didn't run or was cancelled before finishing

  • pcre2/10.40: CI failed to create some packages (All logs)

    Logs for packageID 2e8119dcddebbc9d5753b8e12f06b903b0f1ae93:
    [settings]
    arch=x86_64
    build_type=Debug
    compiler=Visual Studio
    compiler.runtime=MDd
    compiler.version=16
    os=Windows
    [options]
    pcre2:shared=False
    
    [...]
    -- Found: C:/J2/w/prod-v1/bsr@2/29539/cbfda/.conan/data/zlib/1.3/_/_/package/d057732059ea44a47760900cb5e4855d2bea8714/lib/zlib.lib
    -- Library bz2 found C:/J2/w/prod-v1/bsr@2/29539/cbfda/.conan/data/bzip2/1.0.8/_/_/package/589a23dff5fdb23a7fb851223eb766480ead0a9a/lib/bz2.lib
    -- Found: C:/J2/w/prod-v1/bsr@2/29539/cbfda/.conan/data/bzip2/1.0.8/_/_/package/589a23dff5fdb23a7fb851223eb766480ead0a9a/lib/bz2.lib
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/J2/w/prod-v1/bsr@2/cci-151bd4cb/recipes/pcre2/all/test_v1_package/build/e20035626556c424bc471bc949766f03540309f5
    
    ----Running------
    > cmake --build C:\J2\w\prod-v1\bsr@2\cci-151bd4cb\recipes\pcre2\all\test_v1_package\build\e20035626556c424bc471bc949766f03540309f5 --config Debug -- /m:8 /verbosity:minimal
    -----------------
    Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework
    Copyright (C) Microsoft Corporation. All rights reserved.
    
      Checking Build System
      Building Custom Rule C:/J2/w/prod-v1/bsr@2/cci-151bd4cb/recipes/pcre2/all/test_package/CMakeLists.txt
      test_package.c
      test_package.vcxproj -> C:\J2\w\prod-v1\bsr@2\cci-151bd4cb\recipes\pcre2\all\test_v1_package\build\e20035626556c424bc471bc949766f03540309f5\bin\test_package.exe
      Building Custom Rule C:/J2/w/prod-v1/bsr@2/cci-151bd4cb/recipes/pcre2/all/test_v1_package/CMakeLists.txt
    pcre2/10.40 (test package): Running test()
    
    ----Running------
    > bin\test_package
    -----------------
    match: conan
    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
    
    
    pcre2/10.40 (test package): WARN: 
         ************************************************
         The 'cmake' generator is deprecated.
         Please update your code and remove it.
         *************************************************
    
    pcre2/10.40 (test package): WARN: 
         ************************************************
         The 'cmake_find_package_multi' generator is deprecated.
         Please update your code and remove it.
         *************************************************
    
    pcre2/10.40 (test package): WARN: **** The 'from conans import CMake' helper is deprecated. Please update your code and remove it. ****
    
  • pcre2/10.39: Didn't run or was cancelled before finishing

  • pcre2/10.32: All packages built successfully! (All logs)

  • pcre2/10.42: Didn't run or was cancelled before finishing

  • pcre2/10.37: Didn't run or was cancelled before finishing

  • pcre2/10.35: Didn't run or was cancelled before finishing

  • pcre2/10.33: 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 :x:

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.

See details:

Failure in build 5 (a10684d60b24c1d6a472a07e610e4b76352bb093):

  • pcre2/10.37: Didn't run or was cancelled before finishing

  • pcre2/10.39: Didn't run or was cancelled before finishing

  • pcre2/10.32: Didn't run or was cancelled before finishing

  • pcre2/10.42: CI failed to create some packages (All logs)

    Logs for packageID a544987187784a295763935d78f0152a2c027a40:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=apple-clang
    compiler.cppstd=17
    compiler.libcxx=libc++
    compiler.version=13
    os=Macos
    [options]
    */*:shared=True
    
    [...]
        bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d - Cache
        pcre2/10.42#ced41bd4ff9ed1315ed81d2513a89dba - Cache
        zlib/1.3#06023034579559bb64357db3a53f88a4 - Cache
    Build requirements
        bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d - Cache
        pcre2/10.42#ced41bd4ff9ed1315ed81d2513a89dba - Cache
        zlib/1.3#06023034579559bb64357db3a53f88a4 - Cache
    Resolved version ranges
        zlib/[>=1.2.11 <2]: zlib/1.3
    
    ======== Computing necessary packages ========
    Requirements
        bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d:e3dc948df7773c2c60edf3a72557250108721b20#85dde2c7b77278a20fec3d59f9fbeb3b - Cache
        pcre2/10.42#ced41bd4ff9ed1315ed81d2513a89dba:a544987187784a295763935d78f0152a2c027a40#36558c16059cb08f83747f45f01940fb - Cache
        zlib/1.3#06023034579559bb64357db3a53f88a4:24612164eb0760405fcd237df0102e554ed1cb2f#41851ff0a27ffc5266ccc98865871578 - Cache
    Build requirements
        pcre2/10.42#ced41bd4ff9ed1315ed81d2513a89dba:dafb6ce8db12894ba4111daf75c3e6513ba42564 - Missing
    Skipped binaries
        bzip2/1.0.8, zlib/1.3
    
    ======== Installing packages ========
    ERROR: Missing binary: pcre2/10.42:dafb6ce8db12894ba4111daf75c3e6513ba42564
    
    pcre2/10.42: WARN: Can't find a 'pcre2/10.42' package binary 'dafb6ce8db12894ba4111daf75c3e6513ba42564' for the configuration:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=apple-clang
    compiler.version=13
    os=Macos
    [options]
    build_pcre2_16=True
    build_pcre2_32=True
    build_pcre2_8=True
    build_pcre2grep=True
    fPIC=True
    grep_support_callout_fork=True
    shared=False
    support_jit=False
    with_bzip2=True
    with_zlib=True
    [requires]
    bzip2/1.0.Z
    zlib/1.3.Z
    
    ERROR: Missing prebuilt package for 'pcre2/10.42'
    Check the available packages using 'conan list pcre2/10.42:* -r=remote'
    This is a **test_package** missing binary. You can use --build (for all dependencies) or --build-test (exclusive for 'test_package' dependencies) to define what can be built from sources
    
    More Info at 'https://docs.conan.io/2/knowledge/faq.html#error-missing-prebuilt-package'
    
  • pcre2/10.40: Didn't run or was cancelled before finishing

  • pcre2/10.36: Didn't run or was cancelled before finishing

  • pcre2/10.35: Didn't run or was cancelled before finishing

  • pcre2/10.33: 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-center-bot avatar Oct 17 '23 20:10 conan-center-bot

Conan v1 pipeline :x:

Failure in build 6 (e66a101f7b466d91c7618144181142d84d3a7150):

  • pcre2/10.39: Didn't run or was cancelled before finishing

  • pcre2/10.42: CI failed to create some packages (All logs)

    Logs for packageID 8e193384a9d654380c125b97e60abe428a85185a:
    [settings]
    arch=x86_64
    build_type=Debug
    compiler=Visual Studio
    compiler.runtime=MDd
    compiler.version=16
    os=Windows
    [options]
    pcre2:shared=True
    
    [...]
    -- Found: C:/J2/w/prod-v1/bsr@4/34259/efaaf/.conan/data/zlib/1.3/_/_/package/d057732059ea44a47760900cb5e4855d2bea8714/lib/zlib.lib
    -- Library bz2 found C:/J2/w/prod-v1/bsr@4/34259/efaaf/.conan/data/bzip2/1.0.8/_/_/package/589a23dff5fdb23a7fb851223eb766480ead0a9a/lib/bz2.lib
    -- Found: C:/J2/w/prod-v1/bsr@4/34259/efaaf/.conan/data/bzip2/1.0.8/_/_/package/589a23dff5fdb23a7fb851223eb766480ead0a9a/lib/bz2.lib
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/J2/w/prod-v1/bsr@4/cci-6f092fe2/recipes/pcre2/all/test_v1_package/build/468b3cadde710698afe8a6ce8ef1d2e9bc088843
    
    ----Running------
    > cmake --build C:\J2\w\prod-v1\bsr@4\cci-6f092fe2\recipes\pcre2\all\test_v1_package\build\468b3cadde710698afe8a6ce8ef1d2e9bc088843 --config Debug -- /m:8 /verbosity:minimal
    -----------------
    Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework
    Copyright (C) Microsoft Corporation. All rights reserved.
    
      Checking Build System
      Building Custom Rule C:/J2/w/prod-v1/bsr@4/cci-6f092fe2/recipes/pcre2/all/test_package/CMakeLists.txt
      test_package.c
      test_package.vcxproj -> C:\J2\w\prod-v1\bsr@4\cci-6f092fe2\recipes\pcre2\all\test_v1_package\build\468b3cadde710698afe8a6ce8ef1d2e9bc088843\bin\test_package.exe
      Building Custom Rule C:/J2/w/prod-v1/bsr@4/cci-6f092fe2/recipes/pcre2/all/test_v1_package/CMakeLists.txt
    pcre2/10.42 (test package): Running test()
    
    ----Running------
    > bin\test_package
    -----------------
    match: conan
    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
    
    
    pcre2/10.42 (test package): WARN: 
         ************************************************
         The 'cmake' generator is deprecated.
         Please update your code and remove it.
         *************************************************
    
    pcre2/10.42 (test package): WARN: 
         ************************************************
         The 'cmake_find_package_multi' generator is deprecated.
         Please update your code and remove it.
         *************************************************
    
    pcre2/10.42 (test package): WARN: **** The 'from conans import CMake' helper is deprecated. Please update your code and remove it. ****
    
  • pcre2/10.36: Didn't run or was cancelled before finishing

  • pcre2/10.40: Didn't run or was cancelled before finishing

  • pcre2/10.35: Didn't run or was cancelled before finishing

  • pcre2/10.33: Didn't run or was cancelled before finishing

  • pcre2/10.37: Didn't run or was cancelled before finishing

  • pcre2/10.32: 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 :x:

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.

See details:

Failure in build 6 (e66a101f7b466d91c7618144181142d84d3a7150):

  • pcre2/10.42: Didn't run or was cancelled before finishing

  • pcre2/10.40: CI failed to create some packages (All logs)

    Logs for packageID be7f50c28f3b93ddad2770a9a5d0a31ee941be4c:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=True
    
    [...]
        bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d - Cache
        pcre2/10.40#5165c0fe8c2f14794529672b74368a18 - Cache
        zlib/1.3#06023034579559bb64357db3a53f88a4 - Cache
    Build requirements
        bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d - Cache
        pcre2/10.40#5165c0fe8c2f14794529672b74368a18 - Cache
        zlib/1.3#06023034579559bb64357db3a53f88a4 - Cache
    Resolved version ranges
        zlib/[>=1.2.11 <2]: zlib/1.3
    
    ======== Computing necessary packages ========
    Requirements
        bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d:582795513620c02434315fe471662206b3a90c44#b812d992549c98cd781d28fb30f67c84 - Cache
        pcre2/10.40#5165c0fe8c2f14794529672b74368a18:be7f50c28f3b93ddad2770a9a5d0a31ee941be4c#acabe31582c901cbf50ce41e2b00fcec - Cache
        zlib/1.3#06023034579559bb64357db3a53f88a4:abe5e2b04ea92ce2ee91bc9834317dbe66628206#be744f18843976f205e00744293521b8 - Cache
    Build requirements
        pcre2/10.40#5165c0fe8c2f14794529672b74368a18:8baec0c9d093887e22dbf6deb7d44e730957ee62 - Missing
    Skipped binaries
        bzip2/1.0.8, zlib/1.3
    
    ======== Installing packages ========
    ERROR: Missing binary: pcre2/10.40:8baec0c9d093887e22dbf6deb7d44e730957ee62
    
    pcre2/10.40: WARN: Can't find a 'pcre2/10.40' package binary '8baec0c9d093887e22dbf6deb7d44e730957ee62' for the configuration:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.version=11
    os=Linux
    [options]
    build_pcre2_16=True
    build_pcre2_32=True
    build_pcre2_8=True
    build_pcre2grep=True
    fPIC=True
    grep_support_callout_fork=True
    shared=False
    support_jit=False
    with_bzip2=True
    with_zlib=True
    [requires]
    bzip2/1.0.Z
    zlib/1.3.Z
    
    ERROR: Missing prebuilt package for 'pcre2/10.40'
    Check the available packages using 'conan list pcre2/10.40:* -r=remote'
    This is a **test_package** missing binary. You can use --build (for all dependencies) or --build-test (exclusive for 'test_package' dependencies) to define what can be built from sources
    
    More Info at 'https://docs.conan.io/2/knowledge/faq.html#error-missing-prebuilt-package'
    
  • pcre2/10.36: Didn't run or was cancelled before finishing

  • pcre2/10.37: Didn't run or was cancelled before finishing

  • pcre2/10.39: Didn't run or was cancelled before finishing

  • pcre2/10.35: Didn't run or was cancelled before finishing

  • pcre2/10.33: Didn't run or was cancelled before finishing

  • pcre2/10.32: 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-center-bot avatar Oct 23 '23 21:10 conan-center-bot

Conan v1 pipeline :heavy_check_mark:

All green in build 8 (94bd941d17a8f1ef7fa63e42934460bd9b2e50f1):

  • pcre2/10.40: All packages built successfully! (All logs)

  • pcre2/10.42: All packages built successfully! (All logs)

  • pcre2/10.39: All packages built successfully! (All logs)

  • pcre2/10.37: All packages built successfully! (All logs)

  • pcre2/10.36: All packages built successfully! (All logs)

  • pcre2/10.35: All packages built successfully! (All logs)

  • pcre2/10.32: All packages built successfully! (All logs)

  • pcre2/10.33: All packages built successfully! (All logs)


Conan v2 pipeline :x:

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.

See details:

Failure in build 8 (94bd941d17a8f1ef7fa63e42934460bd9b2e50f1):

  • pcre2/10.39: Didn't run or was cancelled before finishing

  • pcre2/10.37: Didn't run or was cancelled before finishing

  • pcre2/10.40: CI failed to create some packages (All logs)

    Logs for packageID a544987187784a295763935d78f0152a2c027a40:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=apple-clang
    compiler.cppstd=17
    compiler.libcxx=libc++
    compiler.version=13
    os=Macos
    [options]
    */*:shared=True
    
    [...]
        bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d - Cache
        pcre2/10.40#9475fc3d3751fcb3c97a787a85507fdb - Cache
        zlib/1.3#06023034579559bb64357db3a53f88a4 - Cache
    Build requirements
        bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d - Cache
        pcre2/10.40#9475fc3d3751fcb3c97a787a85507fdb - Cache
        zlib/1.3#06023034579559bb64357db3a53f88a4 - Cache
    Resolved version ranges
        zlib/[>=1.2.11 <2]: zlib/1.3
    
    ======== Computing necessary packages ========
    Requirements
        bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d:e3dc948df7773c2c60edf3a72557250108721b20#85dde2c7b77278a20fec3d59f9fbeb3b - Cache
        pcre2/10.40#9475fc3d3751fcb3c97a787a85507fdb:a544987187784a295763935d78f0152a2c027a40#de59976af5dd0a744c8f089ce7880bde - Cache
        zlib/1.3#06023034579559bb64357db3a53f88a4:24612164eb0760405fcd237df0102e554ed1cb2f#41851ff0a27ffc5266ccc98865871578 - Cache
    Build requirements
        pcre2/10.40#9475fc3d3751fcb3c97a787a85507fdb:dafb6ce8db12894ba4111daf75c3e6513ba42564 - Missing
    Skipped binaries
        bzip2/1.0.8, zlib/1.3
    
    ======== Installing packages ========
    ERROR: Missing binary: pcre2/10.40:dafb6ce8db12894ba4111daf75c3e6513ba42564
    
    pcre2/10.40: WARN: Can't find a 'pcre2/10.40' package binary 'dafb6ce8db12894ba4111daf75c3e6513ba42564' for the configuration:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=apple-clang
    compiler.version=13
    os=Macos
    [options]
    build_pcre2_16=True
    build_pcre2_32=True
    build_pcre2_8=True
    build_pcre2grep=True
    fPIC=True
    grep_support_callout_fork=True
    shared=False
    support_jit=False
    with_bzip2=True
    with_zlib=True
    [requires]
    bzip2/1.0.Z
    zlib/1.3.Z
    
    ERROR: Missing prebuilt package for 'pcre2/10.40'
    Check the available packages using 'conan list pcre2/10.40:* -r=remote'
    This is a **test_package** missing binary. You can use --build (for all dependencies) or --build-test (exclusive for 'test_package' dependencies) to define what can be built from sources
    
    More Info at 'https://docs.conan.io/2/knowledge/faq.html#error-missing-prebuilt-package'
    
  • pcre2/10.42: Didn't run or was cancelled before finishing

  • pcre2/10.36: Didn't run or was cancelled before finishing

  • pcre2/10.33: Didn't run or was cancelled before finishing

  • pcre2/10.35: Didn't run or was cancelled before finishing

  • pcre2/10.32: 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-center-bot avatar Oct 27 '23 23:10 conan-center-bot

I just started a new internal CI build to generate the missing pcre2/10.40.

uilianries avatar Oct 30 '23 12:10 uilianries

Conan v1 pipeline :heavy_check_mark:

All green in build 10 (aa4808cd13047ca332b33f1039ccefe6bac58ffa):

  • pcre2/10.42: All packages built successfully! (All logs)

  • pcre2/10.40: All packages built successfully! (All logs)

  • pcre2/10.39: All packages built successfully! (All logs)

  • pcre2/10.37: All packages built successfully! (All logs)

  • pcre2/10.36: All packages built successfully! (All logs)

  • pcre2/10.33: All packages built successfully! (All logs)

  • pcre2/10.32: All packages built successfully! (All logs)

  • pcre2/10.35: All packages built successfully! (All logs)


Conan v2 pipeline :x:

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.

See details:

Failure in build 10 (aa4808cd13047ca332b33f1039ccefe6bac58ffa):

  • pcre2/10.42: Didn't run or was cancelled before finishing

  • pcre2/10.37: CI failed to create some packages (All logs)

    Logs for packageID 56c5908d1dbefd8e3d245ecc5e26d5f56dce603e:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=msvc
    compiler.cppstd=14
    compiler.runtime=dynamic
    compiler.runtime_type=Release
    compiler.version=193
    os=Windows
    [options]
    */*:shared=True
    
    [...]
        bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d - Cache
        msys2/cci.latest#567331f1604f3c584f04feade960f06e - Downloaded (conan-center)
        pcre2/10.37#94ef366f0544b90de6795557eff75698 - Cache
        zlib/1.3#06023034579559bb64357db3a53f88a4 - Cache
    Resolved version ranges
        zlib/[>=1.2.11 <2]: zlib/1.3
    
    ======== Computing necessary packages ========
    Requirements
        bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d:95ed98d13cb41115dc2e8ad81c80ced4f6e650a9#77a8645cddb95bfeb47129aacbad420d - Cache
        pcre2/10.37#94ef366f0544b90de6795557eff75698:56c5908d1dbefd8e3d245ecc5e26d5f56dce603e#3975c18361d9e09141443474b336ab16 - Cache
        zlib/1.3#06023034579559bb64357db3a53f88a4:f7dcd1cec4586c154a242a765a1de011300db8e2#2478b6755e70673f8dd0026a2fa39a79 - Cache
    Build requirements
        msys2/cci.latest#567331f1604f3c584f04feade960f06e:956a88975bda9dfcc485e2861d71e74bd7e2b9a5#ce3addef73068ed1ad9ca9976b2d50c1 - Download (conan-center)
        pcre2/10.37#94ef366f0544b90de6795557eff75698:1bbffc30d8479a890917ef6674ab5e5f3c5b2036 - Missing
    Skipped binaries
        bzip2/1.0.8, zlib/1.3
    
    ======== Installing packages ========
    ERROR: Missing binary: pcre2/10.37:1bbffc30d8479a890917ef6674ab5e5f3c5b2036
    
    pcre2/10.37: WARN: Can't find a 'pcre2/10.37' package binary '1bbffc30d8479a890917ef6674ab5e5f3c5b2036' for the configuration:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=msvc
    compiler.runtime=dynamic
    compiler.runtime_type=Release
    compiler.version=193
    os=Windows
    [options]
    build_pcre2_16=True
    build_pcre2_32=True
    build_pcre2_8=True
    build_pcre2grep=True
    grep_support_callout_fork=True
    shared=False
    support_jit=False
    with_bzip2=True
    with_zlib=True
    [requires]
    bzip2/1.0.Z
    zlib/1.3.Z
    
    ERROR: Missing prebuilt package for 'pcre2/10.37'
    Check the available packages using 'conan list pcre2/10.37:* -r=remote'
    This is a **test_package** missing binary. You can use --build (for all dependencies) or --build-test (exclusive for 'test_package' dependencies) to define what can be built from sources
    
    More Info at 'https://docs.conan.io/2/knowledge/faq.html#error-missing-prebuilt-package'
    
    
  • pcre2/10.40: Didn't run or was cancelled before finishing

  • pcre2/10.39: Didn't run or was cancelled before finishing

  • pcre2/10.36: Didn't run or was cancelled before finishing

  • pcre2/10.33: Didn't run or was cancelled before finishing

  • pcre2/10.32: Didn't run or was cancelled before finishing

  • pcre2/10.35: 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-center-bot avatar Nov 03 '23 13:11 conan-center-bot

Conan v1 pipeline :heavy_check_mark:

All green in build 12 (dc413e0fa308cb9b0d530bef86ad64a59f07cd34):

  • pcre2/10.40: All packages built successfully! (All logs)

  • pcre2/10.42: All packages built successfully! (All logs)

  • pcre2/10.36: All packages built successfully! (All logs)

  • pcre2/10.39: All packages built successfully! (All logs)

  • pcre2/10.33: All packages built successfully! (All logs)

  • pcre2/10.35: All packages built successfully! (All logs)

  • pcre2/10.32: All packages built successfully! (All logs)

  • pcre2/10.37: All packages built successfully! (All logs)


Conan v2 pipeline :x:

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.

See details:

Failure in build 12 (dc413e0fa308cb9b0d530bef86ad64a59f07cd34):

  • pcre2/10.36: Didn't run or was cancelled before finishing

  • pcre2/10.40: Didn't run or was cancelled before finishing

  • pcre2/10.32: CI failed to create some packages (All logs)

    Logs for packageID be7f50c28f3b93ddad2770a9a5d0a31ee941be4c:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=True
    
    [...]
        bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d - Cache
        pcre2/10.32#6e61d22e0784c5069728d5742b71622a - Cache
        zlib/1.3#06023034579559bb64357db3a53f88a4 - Cache
    Build requirements
        bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d - Cache
        pcre2/10.32#6e61d22e0784c5069728d5742b71622a - Cache
        zlib/1.3#06023034579559bb64357db3a53f88a4 - Cache
    Resolved version ranges
        zlib/[>=1.2.11 <2]: zlib/1.3
    
    ======== Computing necessary packages ========
    Requirements
        bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d:582795513620c02434315fe471662206b3a90c44#b812d992549c98cd781d28fb30f67c84 - Cache
        pcre2/10.32#6e61d22e0784c5069728d5742b71622a:be7f50c28f3b93ddad2770a9a5d0a31ee941be4c#692785c52527cf78989ca82408fb582d - Cache
        zlib/1.3#06023034579559bb64357db3a53f88a4:abe5e2b04ea92ce2ee91bc9834317dbe66628206#be744f18843976f205e00744293521b8 - Cache
    Build requirements
        pcre2/10.32#6e61d22e0784c5069728d5742b71622a:8baec0c9d093887e22dbf6deb7d44e730957ee62 - Missing
    Skipped binaries
        bzip2/1.0.8, zlib/1.3
    
    ======== Installing packages ========
    ERROR: Missing binary: pcre2/10.32:8baec0c9d093887e22dbf6deb7d44e730957ee62
    
    pcre2/10.32: WARN: Can't find a 'pcre2/10.32' package binary '8baec0c9d093887e22dbf6deb7d44e730957ee62' for the configuration:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.version=11
    os=Linux
    [options]
    build_pcre2_16=True
    build_pcre2_32=True
    build_pcre2_8=True
    build_pcre2grep=True
    fPIC=True
    grep_support_callout_fork=True
    shared=False
    support_jit=False
    with_bzip2=True
    with_zlib=True
    [requires]
    bzip2/1.0.Z
    zlib/1.3.Z
    
    ERROR: Missing prebuilt package for 'pcre2/10.32'
    Check the available packages using 'conan list pcre2/10.32:* -r=remote'
    This is a **test_package** missing binary. You can use --build (for all dependencies) or --build-test (exclusive for 'test_package' dependencies) to define what can be built from sources
    
    More Info at 'https://docs.conan.io/2/knowledge/faq.html#error-missing-prebuilt-package'
    
  • pcre2/10.37: Didn't run or was cancelled before finishing

  • pcre2/10.42: Didn't run or was cancelled before finishing

  • pcre2/10.35: Didn't run or was cancelled before finishing

  • pcre2/10.33: Didn't run or was cancelled before finishing

  • pcre2/10.39: 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-center-bot avatar Nov 07 '23 05:11 conan-center-bot

I just launched an internal CI build to generate pcre2/10.32

uilianries avatar Nov 13 '23 08:11 uilianries

Conan v1 pipeline :heavy_check_mark:

All green in build 13 (1d995987ba32efdfa0d23fe4a023a5a10ebcff4c):

  • pcre2/10.40: All packages built successfully! (All logs)

  • pcre2/10.42: All packages built successfully! (All logs)

  • pcre2/10.39: All packages built successfully! (All logs)

  • pcre2/10.36: All packages built successfully! (All logs)

  • pcre2/10.37: All packages built successfully! (All logs)

  • pcre2/10.32: All packages built successfully! (All logs)

  • pcre2/10.35: All packages built successfully! (All logs)

  • pcre2/10.33: All packages built successfully! (All logs)


Conan v2 pipeline :x:

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.

See details:

Failure in build 13 (1d995987ba32efdfa0d23fe4a023a5a10ebcff4c):

  • pcre2/10.40: Didn't run or was cancelled before finishing

  • pcre2/10.37: CI failed to create some packages (All logs)

    Logs for packageID d97d69ee336a58e83c4c628ff8a47e7ee336a836:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=msvc
    compiler.cppstd=14
    compiler.runtime=dynamic
    compiler.runtime_type=Release
    compiler.version=192
    os=Windows
    [options]
    */*:shared=False
    
    [...]
    -- Conan: Component target declared 'PCRE2::16BIT'
    -- Conan: Component target declared 'PCRE2::32BIT'
    -- Conan: Target declared 'pcre2::pcre2'
    -- Conan: Target declared 'ZLIB::ZLIB'
    -- Conan: Target declared 'BZip2::BZip2'
    -- Conan: Including build module from 'C:/J2/w/prod-v2/bsr@3/43225/fdada/p/bzip2555cd12ce8ce6/p/lib/cmake/conan-official-bzip2-variables.cmake'
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/J2/w/prod-v2/bsr@3/cci-6ae0ec12/recipes/pcre2/all/test_package/build/msvc-192-x86_64-14-release
    
    pcre2/10.37 (test package): Running CMake.build()
    pcre2/10.37 (test package): RUN: cmake --build "C:\J2\w\prod-v2\bsr@3\cci-6ae0ec12\recipes\pcre2\all\test_package\build\msvc-192-x86_64-14-release" --config Release
    mkdir: cannot create directory '/dev/shm': Read-only file system
    
    Creating /dev/shm directory failed.
    POSIX semaphores and POSIX shared memory will not work
    
    mkdir: cannot create directory '/dev/mqueue': Read-only file system
    
    Creating /dev/mqueue directory failed.
    POSIX message queues will not work
    
    Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework
    Copyright (C) Microsoft Corporation. All rights reserved.
    
      Checking Build System
      Building Custom Rule C:/J2/w/prod-v2/bsr@3/cci-6ae0ec12/recipes/pcre2/all/test_package/CMakeLists.txt
      test_package.c
      test_package.vcxproj -> C:\J2\w\prod-v2\bsr@3\cci-6ae0ec12\recipes\pcre2\all\test_package\build\msvc-192-x86_64-14-release\Release\test_package.exe
      Building Custom Rule C:/J2/w/prod-v2/bsr@3/cci-6ae0ec12/recipes/pcre2/all/test_package/CMakeLists.txt
    
    
    ======== Testing the package: Executing test ========
    pcre2/10.37 (test package): Running test()
    pcre2/10.37 (test package): RUN: Release\test_package
    mkdir: cannot create directory '/dev/shm': Read-only file system
    
    Creating /dev/shm directory failed.
    POSIX semaphores and POSIX shared memory will not work
    
    mkdir: cannot create directory '/dev/mqueue': Read-only file system
    
    Creating /dev/mqueue directory failed.
    POSIX message queues will not work
    
    /usr/bin/bash: line 1: Releasetest_package: command not found
    
    ERROR: pcre2/10.37 (test package): Error in test() method, line 45
    	self.run(bin_path, env="conanrun")
    	ConanException: Error 127 while executing
    
  • pcre2/10.42: Didn't run or was cancelled before finishing

  • pcre2/10.36: Didn't run or was cancelled before finishing

  • pcre2/10.39: Didn't run or was cancelled before finishing

  • pcre2/10.35: Didn't run or was cancelled before finishing

  • pcre2/10.33: Didn't run or was cancelled before finishing

  • pcre2/10.32: 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-center-bot avatar Nov 18 '23 06:11 conan-center-bot

Conan v1 pipeline :heavy_check_mark:

All green in build 14 (b793e463aefd510231a3484114433c034a489082):

  • pcre2/10.42: All packages built successfully! (All logs)

  • pcre2/10.40: All packages built successfully! (All logs)

  • pcre2/10.37: All packages built successfully! (All logs)

  • pcre2/10.35: All packages built successfully! (All logs)

  • pcre2/10.39: All packages built successfully! (All logs)

  • pcre2/10.32: All packages built successfully! (All logs)

  • pcre2/10.33: All packages built successfully! (All logs)

  • pcre2/10.36: All packages built successfully! (All logs)


Conan v2 pipeline :x:

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.

See details:

Failure in build 14 (b793e463aefd510231a3484114433c034a489082):

  • pcre2/10.39: Didn't run or was cancelled before finishing

  • pcre2/10.42: Didn't run or was cancelled before finishing

  • pcre2/10.37: Didn't run or was cancelled before finishing

  • pcre2/10.40: CI failed to create some packages (All logs)

    Logs for packageID 47f80b46868a0e6de6b0e88d85469d4ac1a50e7d:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=msvc
    compiler.cppstd=14
    compiler.runtime=dynamic
    compiler.runtime_type=Release
    compiler.version=192
    os=Windows
    [options]
    */*:shared=True
    
    [...]
        bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d - Cache
        msys2/cci.latest#5a31efa2bde593541fd5ac3bcc50c01c - Downloaded (conan-center)
        pcre2/10.40#9475fc3d3751fcb3c97a787a85507fdb - Cache
        zlib/1.3#06023034579559bb64357db3a53f88a4 - Cache
    Resolved version ranges
        zlib/[>=1.2.11 <2]: zlib/1.3
    
    ======== Computing necessary packages ========
    Requirements
        bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d:68ee460482c7172b8510a83e90b58ca3f3a67084#32a194eb95b0959e413fe790969e32a4 - Cache
        pcre2/10.40#9475fc3d3751fcb3c97a787a85507fdb:47f80b46868a0e6de6b0e88d85469d4ac1a50e7d#c28e2ccd765e10317ba23b265b7622c4 - Cache
        zlib/1.3#06023034579559bb64357db3a53f88a4:ae9eaf478e918e6470fe64a4d8d4d9552b0b3606#7d5d4ec552588fb9a2a50f0672482629 - Cache
    Build requirements
        msys2/cci.latest#5a31efa2bde593541fd5ac3bcc50c01c:956a88975bda9dfcc485e2861d71e74bd7e2b9a5#c99a611f14016fba4a51b85204f62fa3 - Download (conan-center)
        pcre2/10.40#9475fc3d3751fcb3c97a787a85507fdb:d97d69ee336a58e83c4c628ff8a47e7ee336a836 - Missing
    Skipped binaries
        bzip2/1.0.8, zlib/1.3
    
    ======== Installing packages ========
    ERROR: Missing binary: pcre2/10.40:d97d69ee336a58e83c4c628ff8a47e7ee336a836
    
    pcre2/10.40: WARN: Can't find a 'pcre2/10.40' package binary 'd97d69ee336a58e83c4c628ff8a47e7ee336a836' for the configuration:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=msvc
    compiler.runtime=dynamic
    compiler.runtime_type=Release
    compiler.version=192
    os=Windows
    [options]
    build_pcre2_16=True
    build_pcre2_32=True
    build_pcre2_8=True
    build_pcre2grep=True
    grep_support_callout_fork=True
    shared=False
    support_jit=False
    with_bzip2=True
    with_zlib=True
    [requires]
    bzip2/1.0.Z
    zlib/1.3.Z
    
    ERROR: Missing prebuilt package for 'pcre2/10.40'
    Check the available packages using 'conan list pcre2/10.40:* -r=remote'
    This is a **test_package** missing binary. You can use --build (for all dependencies) or --build-test (exclusive for 'test_package' dependencies) to define what can be built from sources
    
    More Info at 'https://docs.conan.io/2/knowledge/faq.html#error-missing-prebuilt-package'
    
    
  • pcre2/10.36: Didn't run or was cancelled before finishing

  • pcre2/10.35: Didn't run or was cancelled before finishing

  • pcre2/10.33: Didn't run or was cancelled before finishing

  • pcre2/10.32: 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-center-bot avatar Nov 18 '23 09:11 conan-center-bot

Conan v1 pipeline :heavy_check_mark:

All green in build 15 (fee47b101f26b62e329ecacecc1dd21a6b6dfde0):

  • pcre2/10.40: All packages built successfully! (All logs)

  • pcre2/10.42: All packages built successfully! (All logs)

  • pcre2/10.37: All packages built successfully! (All logs)

  • pcre2/10.35: All packages built successfully! (All logs)

  • pcre2/10.32: All packages built successfully! (All logs)

  • pcre2/10.39: All packages built successfully! (All logs)

  • pcre2/10.36: All packages built successfully! (All logs)

  • pcre2/10.33: All packages built successfully! (All logs)


Conan v2 pipeline :x:

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.

See details:

Failure in build 15 (fee47b101f26b62e329ecacecc1dd21a6b6dfde0):

  • pcre2/10.42: CI failed to create some packages (All logs)

    Logs for packageID 56c5908d1dbefd8e3d245ecc5e26d5f56dce603e:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=msvc
    compiler.cppstd=14
    compiler.runtime=dynamic
    compiler.runtime_type=Release
    compiler.version=193
    os=Windows
    [options]
    */*:shared=True
    
    [...]
        bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d - Cache
        msys2/cci.latest#5a31efa2bde593541fd5ac3bcc50c01c - Downloaded (conan-center)
        pcre2/10.42#43a936ba8c5b5208918a0414756a3e77 - Cache
        zlib/1.3#06023034579559bb64357db3a53f88a4 - Cache
    Resolved version ranges
        zlib/[>=1.2.11 <2]: zlib/1.3
    
    ======== Computing necessary packages ========
    Requirements
        bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d:95ed98d13cb41115dc2e8ad81c80ced4f6e650a9#77a8645cddb95bfeb47129aacbad420d - Cache
        pcre2/10.42#43a936ba8c5b5208918a0414756a3e77:56c5908d1dbefd8e3d245ecc5e26d5f56dce603e#05ddb95acc31f1b9aebdc319b2ed0865 - Cache
        zlib/1.3#06023034579559bb64357db3a53f88a4:f7dcd1cec4586c154a242a765a1de011300db8e2#2478b6755e70673f8dd0026a2fa39a79 - Cache
    Build requirements
        msys2/cci.latest#5a31efa2bde593541fd5ac3bcc50c01c:956a88975bda9dfcc485e2861d71e74bd7e2b9a5#c99a611f14016fba4a51b85204f62fa3 - Download (conan-center)
        pcre2/10.42#43a936ba8c5b5208918a0414756a3e77:1bbffc30d8479a890917ef6674ab5e5f3c5b2036 - Missing
    Skipped binaries
        bzip2/1.0.8, zlib/1.3
    
    ======== Installing packages ========
    ERROR: Missing binary: pcre2/10.42:1bbffc30d8479a890917ef6674ab5e5f3c5b2036
    
    pcre2/10.42: WARN: Can't find a 'pcre2/10.42' package binary '1bbffc30d8479a890917ef6674ab5e5f3c5b2036' for the configuration:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=msvc
    compiler.runtime=dynamic
    compiler.runtime_type=Release
    compiler.version=193
    os=Windows
    [options]
    build_pcre2_16=True
    build_pcre2_32=True
    build_pcre2_8=True
    build_pcre2grep=True
    grep_support_callout_fork=True
    shared=False
    support_jit=False
    with_bzip2=True
    with_zlib=True
    [requires]
    bzip2/1.0.Z
    zlib/1.3.Z
    
    ERROR: Missing prebuilt package for 'pcre2/10.42'
    Check the available packages using 'conan list pcre2/10.42:* -r=remote'
    This is a **test_package** missing binary. You can use --build (for all dependencies) or --build-test (exclusive for 'test_package' dependencies) to define what can be built from sources
    
    More Info at 'https://docs.conan.io/2/knowledge/faq.html#error-missing-prebuilt-package'
    
    
  • pcre2/10.40: Didn't run or was cancelled before finishing

  • pcre2/10.39: Didn't run or was cancelled before finishing

  • pcre2/10.37: Didn't run or was cancelled before finishing

  • pcre2/10.36: Didn't run or was cancelled before finishing

  • pcre2/10.33: Didn't run or was cancelled before finishing

  • pcre2/10.35: Didn't run or was cancelled before finishing

  • pcre2/10.32: 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-center-bot avatar Nov 18 '23 13:11 conan-center-bot

Conan v1 pipeline :heavy_check_mark:

All green in build 16 (33c866e98f0b3f64daa9c4dd3159ab31a4160ff7):

  • pcre2/10.42: All packages built successfully! (All logs)

  • pcre2/10.39: All packages built successfully! (All logs)

  • pcre2/10.40: All packages built successfully! (All logs)

  • pcre2/10.37: All packages built successfully! (All logs)

  • pcre2/10.33: All packages built successfully! (All logs)

  • pcre2/10.36: All packages built successfully! (All logs)

  • pcre2/10.35: All packages built successfully! (All logs)

  • pcre2/10.32: All packages built successfully! (All logs)


Conan v2 pipeline :heavy_check_mark:

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

All green in build 16 (33c866e98f0b3f64daa9c4dd3159ab31a4160ff7):

  • pcre2/10.42: All packages built successfully! (All logs)

  • pcre2/10.40: All packages built successfully! (All logs)

  • pcre2/10.39: All packages built successfully! (All logs)

  • pcre2/10.36: All packages built successfully! (All logs)

  • pcre2/10.37: All packages built successfully! (All logs)

  • pcre2/10.35: All packages built successfully! (All logs)

  • pcre2/10.33: All packages built successfully! (All logs)

  • pcre2/10.32: All packages built successfully! (All logs)

conan-center-bot avatar Nov 18 '23 18:11 conan-center-bot

Any update on this CR?

We are waiting on it for some of our dependencies.

ptc-rgrasset avatar Dec 20 '23 10:12 ptc-rgrasset