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

WIP [cpython] Conan v2 and version bump 3.10.4

Open jellespijker opened this issue 3 years ago • 56 comments

Specify library name and version: cpython/3.10.4

Originally intended as a simple version bump, various linting errors and upgrades of dependencies forced this to grow in a full blown upgrade for Conan v2.

Still needs a lot of work

Ultimaker Cura (https://github.com/Ultimaker/Cura) uses CPython 3.10.4 and we recently switched over to manage our complete build-process with Conan. This required us to bump up the version of this dependency and we want to contribute this change back to the community.


  • [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.

jellespijker avatar Aug 23 '22 13:08 jellespijker

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Aug 23 '22 13:08 CLAassistant

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

  • #13279
  • #12790
  • #12128
  • #9891

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

ghost avatar Aug 23 '22 13:08 ghost

Failure in build 1 (70ddc1e4208aeb6cc42d71e2838a03d8cff0e973):

  • cpython/3.10.0@: Error running command conan export recipes/cpython/all/conanfile.py cpython/3.10.0@:

    [HOOK - conan-center.py] pre_export(): [DEPRECATED GLOBAL CPPSTD (KB-H001)] OK
    [HOOK - conan-center.py] pre_export(): [REFERENCE LOWERCASE (KB-H002)] OK
    [HOOK - conan-center.py] pre_export(): [RECIPE METADATA (KB-H003)] OK
    [HOOK - conan-center.py] pre_export(): [HEADER_ONLY, NO COPY SOURCE (KB-H005)] OK
    [HOOK - conan-center.py] pre_export(): [FPIC OPTION (KB-H006)] OK
    [HOOK - conan-center.py] pre_export(): [VERSION RANGES (KB-H008)] OK
    [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] Total recipe size: 167.18359375 KB
    [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] OK
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: None
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: patches/**
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE FOLDER (KB-H024)] OK
    [HOOK - conan-center.py] pre_export(): [META LINES (KB-H025)] OK
    [HOOK - conan-center.py] pre_export(): [CONAN CENTER INDEX URL (KB-H027)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE MINIMUM VERSION (KB-H028)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - RUN ENVIRONMENT (KB-H029)] OK
    [HOOK - conan-center.py] pre_export(): [SYSTEM REQUIREMENTS (KB-H032)] OK
    [HOOK - conan-center.py] pre_export(): [CONANDATA.YML FORMAT (KB-H030)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO IMPORTS() (KB-H034)] OK
    [HOOK - conan-center.py] pre_export(): [NO AUTHOR (KB-H037)] OK
    [HOOK - conan-center.py] pre_export(): [NOT ALLOWED ATTRIBUTES (KB-H039)] OK
    [HOOK - conan-center.py] pre_export(): [NO TARGET NAME (KB-H040)] OK
    [HOOK - conan-center.py] pre_export(): [NO FINAL ENDLINE (KB-H041)] OK
    [HOOK - conan-center.py] pre_export(): [NO REQUIRES.ADD() (KB-H044)] OK
    [HOOK - conan-center.py] pre_export(): [DELETE OPTIONS (KB-H045)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE VERBOSE MAKEFILE (KB-H046)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE VERSION REQUIRED (KB-H048)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE WINDOWS EXPORT ALL SYMBOLS (KB-H049)] OK
    [HOOK - conan-center.py] pre_export(): [DEFAULT OPTIONS AS DICTIONARY (KB-H051)] OK
    [HOOK - conan-center.py] pre_export(): [PRIVATE IMPORTS (KB-H053)] OK
    [HOOK - conan-center.py] pre_export(): [SINGLE REQUIRES (KB-H055)] OK
    [HOOK - conan-center.py] pre_export(): [TOOLS RENAME (KB-H057)] OK
    [HOOK - conan-center.py] pre_export(): [ILLEGAL CHARACTERS (KB-H058)] OK
    [HOOK - conan-center.py] pre_export(): [CLASS NAME (KB-H059)] OK
    [HOOK - conan-center.py] pre_export(): [NO CRLF (KB-H060)] OK
    [HOOK - conan-center.py] pre_export(): [NO BUILD SYSTEM FUNCTIONS (KB-H061)] OK
    [HOOK - conan-center.py] pre_export(): [TOOLS CROSS BUILDING (KB-H062)] OK
    [HOOK - conan-center.py] pre_export(): [INVALID TOPICS (KB-H064)] OK
    [HOOK - conan-center.py] pre_export(): [NO REQUIRED_CONAN_VERSION (KB-H065)] OK
    [HOOK - conan-center.py] pre_export(): [TEST_TYPE MANAGEMENT (KB-H068)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO DEFAULT OPTIONS (KB-H069)] OK
    [HOOK - conan-center.py] pre_export(): [MANDATORY SETTINGS (KB-H070)] OK
    [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "3.10.4" exists in "conandata.yml" but not in "../config.yml", so it will not be built. Please update "../config.yml" to include newly added version "3.10.4". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052) 
    [HOOK - conan-center.py] pre_export(): WARN: [TOOLS RENAME (KB-H057)] The 'tools.rename' in conanfile.py is outdated and may cause permission error on Windows. Use 'conan.tools.files.rename(self, src, dst)' instead.
    ERROR: [HOOK - conan-center.py] pre_export(): Some checks failed running the hook, check the output
    
  • cpython/3.9.7@: Error running command conan export recipes/cpython/all/conanfile.py cpython/3.9.7@:

    [HOOK - conan-center.py] pre_export(): [DEPRECATED GLOBAL CPPSTD (KB-H001)] OK
    [HOOK - conan-center.py] pre_export(): [REFERENCE LOWERCASE (KB-H002)] OK
    [HOOK - conan-center.py] pre_export(): [RECIPE METADATA (KB-H003)] OK
    [HOOK - conan-center.py] pre_export(): [HEADER_ONLY, NO COPY SOURCE (KB-H005)] OK
    [HOOK - conan-center.py] pre_export(): [FPIC OPTION (KB-H006)] OK
    [HOOK - conan-center.py] pre_export(): [VERSION RANGES (KB-H008)] OK
    [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] Total recipe size: 167.18359375 KB
    [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] OK
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: None
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: patches/**
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE FOLDER (KB-H024)] OK
    [HOOK - conan-center.py] pre_export(): [META LINES (KB-H025)] OK
    [HOOK - conan-center.py] pre_export(): [CONAN CENTER INDEX URL (KB-H027)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE MINIMUM VERSION (KB-H028)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - RUN ENVIRONMENT (KB-H029)] OK
    [HOOK - conan-center.py] pre_export(): [SYSTEM REQUIREMENTS (KB-H032)] OK
    [HOOK - conan-center.py] pre_export(): [CONANDATA.YML FORMAT (KB-H030)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO IMPORTS() (KB-H034)] OK
    [HOOK - conan-center.py] pre_export(): [NO AUTHOR (KB-H037)] OK
    [HOOK - conan-center.py] pre_export(): [NOT ALLOWED ATTRIBUTES (KB-H039)] OK
    [HOOK - conan-center.py] pre_export(): [NO TARGET NAME (KB-H040)] OK
    [HOOK - conan-center.py] pre_export(): [NO FINAL ENDLINE (KB-H041)] OK
    [HOOK - conan-center.py] pre_export(): [NO REQUIRES.ADD() (KB-H044)] OK
    [HOOK - conan-center.py] pre_export(): [DELETE OPTIONS (KB-H045)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE VERBOSE MAKEFILE (KB-H046)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE VERSION REQUIRED (KB-H048)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE WINDOWS EXPORT ALL SYMBOLS (KB-H049)] OK
    [HOOK - conan-center.py] pre_export(): [DEFAULT OPTIONS AS DICTIONARY (KB-H051)] OK
    [HOOK - conan-center.py] pre_export(): [PRIVATE IMPORTS (KB-H053)] OK
    [HOOK - conan-center.py] pre_export(): [SINGLE REQUIRES (KB-H055)] OK
    [HOOK - conan-center.py] pre_export(): [TOOLS RENAME (KB-H057)] OK
    [HOOK - conan-center.py] pre_export(): [ILLEGAL CHARACTERS (KB-H058)] OK
    [HOOK - conan-center.py] pre_export(): [CLASS NAME (KB-H059)] OK
    [HOOK - conan-center.py] pre_export(): [NO CRLF (KB-H060)] OK
    [HOOK - conan-center.py] pre_export(): [NO BUILD SYSTEM FUNCTIONS (KB-H061)] OK
    [HOOK - conan-center.py] pre_export(): [TOOLS CROSS BUILDING (KB-H062)] OK
    [HOOK - conan-center.py] pre_export(): [INVALID TOPICS (KB-H064)] OK
    [HOOK - conan-center.py] pre_export(): [NO REQUIRED_CONAN_VERSION (KB-H065)] OK
    [HOOK - conan-center.py] pre_export(): [TEST_TYPE MANAGEMENT (KB-H068)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO DEFAULT OPTIONS (KB-H069)] OK
    [HOOK - conan-center.py] pre_export(): [MANDATORY SETTINGS (KB-H070)] OK
    [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "3.10.4" exists in "conandata.yml" but not in "../config.yml", so it will not be built. Please update "../config.yml" to include newly added version "3.10.4". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052) 
    [HOOK - conan-center.py] pre_export(): WARN: [TOOLS RENAME (KB-H057)] The 'tools.rename' in conanfile.py is outdated and may cause permission error on Windows. Use 'conan.tools.files.rename(self, src, dst)' instead.
    ERROR: [HOOK - conan-center.py] pre_export(): Some checks failed running the hook, check the output
    
  • cpython/3.8.12@: Error running command conan export recipes/cpython/all/conanfile.py cpython/3.8.12@:

    [HOOK - conan-center.py] pre_export(): [DEPRECATED GLOBAL CPPSTD (KB-H001)] OK
    [HOOK - conan-center.py] pre_export(): [REFERENCE LOWERCASE (KB-H002)] OK
    [HOOK - conan-center.py] pre_export(): [RECIPE METADATA (KB-H003)] OK
    [HOOK - conan-center.py] pre_export(): [HEADER_ONLY, NO COPY SOURCE (KB-H005)] OK
    [HOOK - conan-center.py] pre_export(): [FPIC OPTION (KB-H006)] OK
    [HOOK - conan-center.py] pre_export(): [VERSION RANGES (KB-H008)] OK
    [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] Total recipe size: 167.18359375 KB
    [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] OK
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: None
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: patches/**
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE FOLDER (KB-H024)] OK
    [HOOK - conan-center.py] pre_export(): [META LINES (KB-H025)] OK
    [HOOK - conan-center.py] pre_export(): [CONAN CENTER INDEX URL (KB-H027)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE MINIMUM VERSION (KB-H028)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - RUN ENVIRONMENT (KB-H029)] OK
    [HOOK - conan-center.py] pre_export(): [SYSTEM REQUIREMENTS (KB-H032)] OK
    [HOOK - conan-center.py] pre_export(): [CONANDATA.YML FORMAT (KB-H030)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO IMPORTS() (KB-H034)] OK
    [HOOK - conan-center.py] pre_export(): [NO AUTHOR (KB-H037)] OK
    [HOOK - conan-center.py] pre_export(): [NOT ALLOWED ATTRIBUTES (KB-H039)] OK
    [HOOK - conan-center.py] pre_export(): [NO TARGET NAME (KB-H040)] OK
    [HOOK - conan-center.py] pre_export(): [NO FINAL ENDLINE (KB-H041)] OK
    [HOOK - conan-center.py] pre_export(): [NO REQUIRES.ADD() (KB-H044)] OK
    [HOOK - conan-center.py] pre_export(): [DELETE OPTIONS (KB-H045)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE VERBOSE MAKEFILE (KB-H046)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE VERSION REQUIRED (KB-H048)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE WINDOWS EXPORT ALL SYMBOLS (KB-H049)] OK
    [HOOK - conan-center.py] pre_export(): [DEFAULT OPTIONS AS DICTIONARY (KB-H051)] OK
    [HOOK - conan-center.py] pre_export(): [PRIVATE IMPORTS (KB-H053)] OK
    [HOOK - conan-center.py] pre_export(): [SINGLE REQUIRES (KB-H055)] OK
    [HOOK - conan-center.py] pre_export(): [TOOLS RENAME (KB-H057)] OK
    [HOOK - conan-center.py] pre_export(): [ILLEGAL CHARACTERS (KB-H058)] OK
    [HOOK - conan-center.py] pre_export(): [CLASS NAME (KB-H059)] OK
    [HOOK - conan-center.py] pre_export(): [NO CRLF (KB-H060)] OK
    [HOOK - conan-center.py] pre_export(): [NO BUILD SYSTEM FUNCTIONS (KB-H061)] OK
    [HOOK - conan-center.py] pre_export(): [TOOLS CROSS BUILDING (KB-H062)] OK
    [HOOK - conan-center.py] pre_export(): [INVALID TOPICS (KB-H064)] OK
    [HOOK - conan-center.py] pre_export(): [NO REQUIRED_CONAN_VERSION (KB-H065)] OK
    [HOOK - conan-center.py] pre_export(): [TEST_TYPE MANAGEMENT (KB-H068)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO DEFAULT OPTIONS (KB-H069)] OK
    [HOOK - conan-center.py] pre_export(): [MANDATORY SETTINGS (KB-H070)] OK
    [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "3.10.4" exists in "conandata.yml" but not in "../config.yml", so it will not be built. Please update "../config.yml" to include newly added version "3.10.4". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052) 
    [HOOK - conan-center.py] pre_export(): WARN: [TOOLS RENAME (KB-H057)] The 'tools.rename' in conanfile.py is outdated and may cause permission error on Windows. Use 'conan.tools.files.rename(self, src, dst)' instead.
    ERROR: [HOOK - conan-center.py] pre_export(): Some checks failed running the hook, check the output
    
  • cpython/2.7.18@: Error running command conan export recipes/cpython/all/conanfile.py cpython/2.7.18@:

    [HOOK - conan-center.py] pre_export(): [DEPRECATED GLOBAL CPPSTD (KB-H001)] OK
    [HOOK - conan-center.py] pre_export(): [REFERENCE LOWERCASE (KB-H002)] OK
    [HOOK - conan-center.py] pre_export(): [RECIPE METADATA (KB-H003)] OK
    [HOOK - conan-center.py] pre_export(): [HEADER_ONLY, NO COPY SOURCE (KB-H005)] OK
    [HOOK - conan-center.py] pre_export(): [FPIC OPTION (KB-H006)] OK
    [HOOK - conan-center.py] pre_export(): [VERSION RANGES (KB-H008)] OK
    [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] Total recipe size: 167.18359375 KB
    [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] OK
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: None
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: patches/**
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE FOLDER (KB-H024)] OK
    [HOOK - conan-center.py] pre_export(): [META LINES (KB-H025)] OK
    [HOOK - conan-center.py] pre_export(): [CONAN CENTER INDEX URL (KB-H027)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE MINIMUM VERSION (KB-H028)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - RUN ENVIRONMENT (KB-H029)] OK
    [HOOK - conan-center.py] pre_export(): [SYSTEM REQUIREMENTS (KB-H032)] OK
    [HOOK - conan-center.py] pre_export(): [CONANDATA.YML FORMAT (KB-H030)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO IMPORTS() (KB-H034)] OK
    [HOOK - conan-center.py] pre_export(): [NO AUTHOR (KB-H037)] OK
    [HOOK - conan-center.py] pre_export(): [NOT ALLOWED ATTRIBUTES (KB-H039)] OK
    [HOOK - conan-center.py] pre_export(): [NO TARGET NAME (KB-H040)] OK
    [HOOK - conan-center.py] pre_export(): [NO FINAL ENDLINE (KB-H041)] OK
    [HOOK - conan-center.py] pre_export(): [NO REQUIRES.ADD() (KB-H044)] OK
    [HOOK - conan-center.py] pre_export(): [DELETE OPTIONS (KB-H045)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE VERBOSE MAKEFILE (KB-H046)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE VERSION REQUIRED (KB-H048)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE WINDOWS EXPORT ALL SYMBOLS (KB-H049)] OK
    [HOOK - conan-center.py] pre_export(): [DEFAULT OPTIONS AS DICTIONARY (KB-H051)] OK
    [HOOK - conan-center.py] pre_export(): [PRIVATE IMPORTS (KB-H053)] OK
    [HOOK - conan-center.py] pre_export(): [SINGLE REQUIRES (KB-H055)] OK
    [HOOK - conan-center.py] pre_export(): [TOOLS RENAME (KB-H057)] OK
    [HOOK - conan-center.py] pre_export(): [ILLEGAL CHARACTERS (KB-H058)] OK
    [HOOK - conan-center.py] pre_export(): [CLASS NAME (KB-H059)] OK
    [HOOK - conan-center.py] pre_export(): [NO CRLF (KB-H060)] OK
    [HOOK - conan-center.py] pre_export(): [NO BUILD SYSTEM FUNCTIONS (KB-H061)] OK
    [HOOK - conan-center.py] pre_export(): [TOOLS CROSS BUILDING (KB-H062)] OK
    [HOOK - conan-center.py] pre_export(): [INVALID TOPICS (KB-H064)] OK
    [HOOK - conan-center.py] pre_export(): [NO REQUIRED_CONAN_VERSION (KB-H065)] OK
    [HOOK - conan-center.py] pre_export(): [TEST_TYPE MANAGEMENT (KB-H068)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO DEFAULT OPTIONS (KB-H069)] OK
    [HOOK - conan-center.py] pre_export(): [MANDATORY SETTINGS (KB-H070)] OK
    [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "3.10.4" exists in "conandata.yml" but not in "../config.yml", so it will not be built. Please update "../config.yml" to include newly added version "3.10.4". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052) 
    [HOOK - conan-center.py] pre_export(): WARN: [TOOLS RENAME (KB-H057)] The 'tools.rename' in conanfile.py is outdated and may cause permission error on Windows. Use 'conan.tools.files.rename(self, src, dst)' instead.
    ERROR: [HOOK - conan-center.py] pre_export(): Some checks failed running the hook, check the output
    
  • cpython/3.7.12@: Error running command conan export recipes/cpython/all/conanfile.py cpython/3.7.12@:

    [HOOK - conan-center.py] pre_export(): [DEPRECATED GLOBAL CPPSTD (KB-H001)] OK
    [HOOK - conan-center.py] pre_export(): [REFERENCE LOWERCASE (KB-H002)] OK
    [HOOK - conan-center.py] pre_export(): [RECIPE METADATA (KB-H003)] OK
    [HOOK - conan-center.py] pre_export(): [HEADER_ONLY, NO COPY SOURCE (KB-H005)] OK
    [HOOK - conan-center.py] pre_export(): [FPIC OPTION (KB-H006)] OK
    [HOOK - conan-center.py] pre_export(): [VERSION RANGES (KB-H008)] OK
    [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] Total recipe size: 167.18359375 KB
    [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] OK
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: None
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: patches/**
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE FOLDER (KB-H024)] OK
    [HOOK - conan-center.py] pre_export(): [META LINES (KB-H025)] OK
    [HOOK - conan-center.py] pre_export(): [CONAN CENTER INDEX URL (KB-H027)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE MINIMUM VERSION (KB-H028)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - RUN ENVIRONMENT (KB-H029)] OK
    [HOOK - conan-center.py] pre_export(): [SYSTEM REQUIREMENTS (KB-H032)] OK
    [HOOK - conan-center.py] pre_export(): [CONANDATA.YML FORMAT (KB-H030)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO IMPORTS() (KB-H034)] OK
    [HOOK - conan-center.py] pre_export(): [NO AUTHOR (KB-H037)] OK
    [HOOK - conan-center.py] pre_export(): [NOT ALLOWED ATTRIBUTES (KB-H039)] OK
    [HOOK - conan-center.py] pre_export(): [NO TARGET NAME (KB-H040)] OK
    [HOOK - conan-center.py] pre_export(): [NO FINAL ENDLINE (KB-H041)] OK
    [HOOK - conan-center.py] pre_export(): [NO REQUIRES.ADD() (KB-H044)] OK
    [HOOK - conan-center.py] pre_export(): [DELETE OPTIONS (KB-H045)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE VERBOSE MAKEFILE (KB-H046)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE VERSION REQUIRED (KB-H048)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE WINDOWS EXPORT ALL SYMBOLS (KB-H049)] OK
    [HOOK - conan-center.py] pre_export(): [DEFAULT OPTIONS AS DICTIONARY (KB-H051)] OK
    [HOOK - conan-center.py] pre_export(): [PRIVATE IMPORTS (KB-H053)] OK
    [HOOK - conan-center.py] pre_export(): [SINGLE REQUIRES (KB-H055)] OK
    [HOOK - conan-center.py] pre_export(): [TOOLS RENAME (KB-H057)] OK
    [HOOK - conan-center.py] pre_export(): [ILLEGAL CHARACTERS (KB-H058)] OK
    [HOOK - conan-center.py] pre_export(): [CLASS NAME (KB-H059)] OK
    [HOOK - conan-center.py] pre_export(): [NO CRLF (KB-H060)] OK
    [HOOK - conan-center.py] pre_export(): [NO BUILD SYSTEM FUNCTIONS (KB-H061)] OK
    [HOOK - conan-center.py] pre_export(): [TOOLS CROSS BUILDING (KB-H062)] OK
    [HOOK - conan-center.py] pre_export(): [INVALID TOPICS (KB-H064)] OK
    [HOOK - conan-center.py] pre_export(): [NO REQUIRED_CONAN_VERSION (KB-H065)] OK
    [HOOK - conan-center.py] pre_export(): [TEST_TYPE MANAGEMENT (KB-H068)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO DEFAULT OPTIONS (KB-H069)] OK
    [HOOK - conan-center.py] pre_export(): [MANDATORY SETTINGS (KB-H070)] OK
    [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "3.10.4" exists in "conandata.yml" but not in "../config.yml", so it will not be built. Please update "../config.yml" to include newly added version "3.10.4". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052) 
    [HOOK - conan-center.py] pre_export(): WARN: [TOOLS RENAME (KB-H057)] The 'tools.rename' in conanfile.py is outdated and may cause permission error on Windows. Use 'conan.tools.files.rename(self, src, dst)' instead.
    ERROR: [HOOK - conan-center.py] pre_export(): 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 Aug 23 '22 13:08 conan-center-bot

Failure in build 2 (0bc35162f0fbe29c337fa51e7eca4cc45127b801):

  • cpython/3.10.0@: Error running command conan export recipes/cpython/all/conanfile.py cpython/3.10.0@:

    [HOOK - conan-center.py] pre_export(): [DEPRECATED GLOBAL CPPSTD (KB-H001)] OK
    [HOOK - conan-center.py] pre_export(): [REFERENCE LOWERCASE (KB-H002)] OK
    [HOOK - conan-center.py] pre_export(): [RECIPE METADATA (KB-H003)] OK
    [HOOK - conan-center.py] pre_export(): [HEADER_ONLY, NO COPY SOURCE (KB-H005)] OK
    [HOOK - conan-center.py] pre_export(): [FPIC OPTION (KB-H006)] OK
    [HOOK - conan-center.py] pre_export(): [VERSION RANGES (KB-H008)] OK
    [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] Total recipe size: 167.1796875 KB
    [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] OK
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: None
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: patches/**
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE FOLDER (KB-H024)] OK
    [HOOK - conan-center.py] pre_export(): [META LINES (KB-H025)] OK
    [HOOK - conan-center.py] pre_export(): [CONAN CENTER INDEX URL (KB-H027)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE MINIMUM VERSION (KB-H028)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - RUN ENVIRONMENT (KB-H029)] OK
    [HOOK - conan-center.py] pre_export(): [SYSTEM REQUIREMENTS (KB-H032)] OK
    [HOOK - conan-center.py] pre_export(): [CONANDATA.YML FORMAT (KB-H030)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO IMPORTS() (KB-H034)] OK
    [HOOK - conan-center.py] pre_export(): [NO AUTHOR (KB-H037)] OK
    [HOOK - conan-center.py] pre_export(): [NOT ALLOWED ATTRIBUTES (KB-H039)] OK
    [HOOK - conan-center.py] pre_export(): [NO TARGET NAME (KB-H040)] OK
    [HOOK - conan-center.py] pre_export(): [NO FINAL ENDLINE (KB-H041)] OK
    [HOOK - conan-center.py] pre_export(): [NO REQUIRES.ADD() (KB-H044)] OK
    [HOOK - conan-center.py] pre_export(): [DELETE OPTIONS (KB-H045)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE VERBOSE MAKEFILE (KB-H046)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE VERSION REQUIRED (KB-H048)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE WINDOWS EXPORT ALL SYMBOLS (KB-H049)] OK
    [HOOK - conan-center.py] pre_export(): [DEFAULT OPTIONS AS DICTIONARY (KB-H051)] OK
    [HOOK - conan-center.py] pre_export(): [PRIVATE IMPORTS (KB-H053)] OK
    [HOOK - conan-center.py] pre_export(): [SINGLE REQUIRES (KB-H055)] OK
    [HOOK - conan-center.py] pre_export(): [TOOLS RENAME (KB-H057)] OK
    [HOOK - conan-center.py] pre_export(): [ILLEGAL CHARACTERS (KB-H058)] OK
    [HOOK - conan-center.py] pre_export(): [CLASS NAME (KB-H059)] OK
    [HOOK - conan-center.py] pre_export(): [NO CRLF (KB-H060)] OK
    [HOOK - conan-center.py] pre_export(): [NO BUILD SYSTEM FUNCTIONS (KB-H061)] OK
    [HOOK - conan-center.py] pre_export(): [TOOLS CROSS BUILDING (KB-H062)] OK
    [HOOK - conan-center.py] pre_export(): [INVALID TOPICS (KB-H064)] OK
    [HOOK - conan-center.py] pre_export(): [NO REQUIRED_CONAN_VERSION (KB-H065)] OK
    [HOOK - conan-center.py] pre_export(): [TEST_TYPE MANAGEMENT (KB-H068)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO DEFAULT OPTIONS (KB-H069)] OK
    [HOOK - conan-center.py] pre_export(): [MANDATORY SETTINGS (KB-H070)] OK
    [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "3.10.4" exists in "conandata.yml" but not in "../config.yml", so it will not be built. Please update "../config.yml" to include newly added version "3.10.4". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052) 
    [HOOK - conan-center.py] pre_export(): WARN: [TOOLS RENAME (KB-H057)] The 'tools.rename' in conanfile.py is outdated and may cause permission error on Windows. Use 'conan.tools.files.rename(self, src, dst)' instead.
    ERROR: [HOOK - conan-center.py] pre_export(): Some checks failed running the hook, check the output
    
  • cpython/3.9.7@: Error running command conan export recipes/cpython/all/conanfile.py cpython/3.9.7@:

    [HOOK - conan-center.py] pre_export(): [DEPRECATED GLOBAL CPPSTD (KB-H001)] OK
    [HOOK - conan-center.py] pre_export(): [REFERENCE LOWERCASE (KB-H002)] OK
    [HOOK - conan-center.py] pre_export(): [RECIPE METADATA (KB-H003)] OK
    [HOOK - conan-center.py] pre_export(): [HEADER_ONLY, NO COPY SOURCE (KB-H005)] OK
    [HOOK - conan-center.py] pre_export(): [FPIC OPTION (KB-H006)] OK
    [HOOK - conan-center.py] pre_export(): [VERSION RANGES (KB-H008)] OK
    [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] Total recipe size: 167.1796875 KB
    [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] OK
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: None
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: patches/**
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE FOLDER (KB-H024)] OK
    [HOOK - conan-center.py] pre_export(): [META LINES (KB-H025)] OK
    [HOOK - conan-center.py] pre_export(): [CONAN CENTER INDEX URL (KB-H027)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE MINIMUM VERSION (KB-H028)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - RUN ENVIRONMENT (KB-H029)] OK
    [HOOK - conan-center.py] pre_export(): [SYSTEM REQUIREMENTS (KB-H032)] OK
    [HOOK - conan-center.py] pre_export(): [CONANDATA.YML FORMAT (KB-H030)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO IMPORTS() (KB-H034)] OK
    [HOOK - conan-center.py] pre_export(): [NO AUTHOR (KB-H037)] OK
    [HOOK - conan-center.py] pre_export(): [NOT ALLOWED ATTRIBUTES (KB-H039)] OK
    [HOOK - conan-center.py] pre_export(): [NO TARGET NAME (KB-H040)] OK
    [HOOK - conan-center.py] pre_export(): [NO FINAL ENDLINE (KB-H041)] OK
    [HOOK - conan-center.py] pre_export(): [NO REQUIRES.ADD() (KB-H044)] OK
    [HOOK - conan-center.py] pre_export(): [DELETE OPTIONS (KB-H045)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE VERBOSE MAKEFILE (KB-H046)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE VERSION REQUIRED (KB-H048)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE WINDOWS EXPORT ALL SYMBOLS (KB-H049)] OK
    [HOOK - conan-center.py] pre_export(): [DEFAULT OPTIONS AS DICTIONARY (KB-H051)] OK
    [HOOK - conan-center.py] pre_export(): [PRIVATE IMPORTS (KB-H053)] OK
    [HOOK - conan-center.py] pre_export(): [SINGLE REQUIRES (KB-H055)] OK
    [HOOK - conan-center.py] pre_export(): [TOOLS RENAME (KB-H057)] OK
    [HOOK - conan-center.py] pre_export(): [ILLEGAL CHARACTERS (KB-H058)] OK
    [HOOK - conan-center.py] pre_export(): [CLASS NAME (KB-H059)] OK
    [HOOK - conan-center.py] pre_export(): [NO CRLF (KB-H060)] OK
    [HOOK - conan-center.py] pre_export(): [NO BUILD SYSTEM FUNCTIONS (KB-H061)] OK
    [HOOK - conan-center.py] pre_export(): [TOOLS CROSS BUILDING (KB-H062)] OK
    [HOOK - conan-center.py] pre_export(): [INVALID TOPICS (KB-H064)] OK
    [HOOK - conan-center.py] pre_export(): [NO REQUIRED_CONAN_VERSION (KB-H065)] OK
    [HOOK - conan-center.py] pre_export(): [TEST_TYPE MANAGEMENT (KB-H068)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO DEFAULT OPTIONS (KB-H069)] OK
    [HOOK - conan-center.py] pre_export(): [MANDATORY SETTINGS (KB-H070)] OK
    [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "3.10.4" exists in "conandata.yml" but not in "../config.yml", so it will not be built. Please update "../config.yml" to include newly added version "3.10.4". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052) 
    [HOOK - conan-center.py] pre_export(): WARN: [TOOLS RENAME (KB-H057)] The 'tools.rename' in conanfile.py is outdated and may cause permission error on Windows. Use 'conan.tools.files.rename(self, src, dst)' instead.
    ERROR: [HOOK - conan-center.py] pre_export(): Some checks failed running the hook, check the output
    
  • cpython/3.8.12@: Error running command conan export recipes/cpython/all/conanfile.py cpython/3.8.12@:

    [HOOK - conan-center.py] pre_export(): [DEPRECATED GLOBAL CPPSTD (KB-H001)] OK
    [HOOK - conan-center.py] pre_export(): [REFERENCE LOWERCASE (KB-H002)] OK
    [HOOK - conan-center.py] pre_export(): [RECIPE METADATA (KB-H003)] OK
    [HOOK - conan-center.py] pre_export(): [HEADER_ONLY, NO COPY SOURCE (KB-H005)] OK
    [HOOK - conan-center.py] pre_export(): [FPIC OPTION (KB-H006)] OK
    [HOOK - conan-center.py] pre_export(): [VERSION RANGES (KB-H008)] OK
    [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] Total recipe size: 167.1796875 KB
    [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] OK
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: None
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: patches/**
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE FOLDER (KB-H024)] OK
    [HOOK - conan-center.py] pre_export(): [META LINES (KB-H025)] OK
    [HOOK - conan-center.py] pre_export(): [CONAN CENTER INDEX URL (KB-H027)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE MINIMUM VERSION (KB-H028)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - RUN ENVIRONMENT (KB-H029)] OK
    [HOOK - conan-center.py] pre_export(): [SYSTEM REQUIREMENTS (KB-H032)] OK
    [HOOK - conan-center.py] pre_export(): [CONANDATA.YML FORMAT (KB-H030)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO IMPORTS() (KB-H034)] OK
    [HOOK - conan-center.py] pre_export(): [NO AUTHOR (KB-H037)] OK
    [HOOK - conan-center.py] pre_export(): [NOT ALLOWED ATTRIBUTES (KB-H039)] OK
    [HOOK - conan-center.py] pre_export(): [NO TARGET NAME (KB-H040)] OK
    [HOOK - conan-center.py] pre_export(): [NO FINAL ENDLINE (KB-H041)] OK
    [HOOK - conan-center.py] pre_export(): [NO REQUIRES.ADD() (KB-H044)] OK
    [HOOK - conan-center.py] pre_export(): [DELETE OPTIONS (KB-H045)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE VERBOSE MAKEFILE (KB-H046)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE VERSION REQUIRED (KB-H048)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE WINDOWS EXPORT ALL SYMBOLS (KB-H049)] OK
    [HOOK - conan-center.py] pre_export(): [DEFAULT OPTIONS AS DICTIONARY (KB-H051)] OK
    [HOOK - conan-center.py] pre_export(): [PRIVATE IMPORTS (KB-H053)] OK
    [HOOK - conan-center.py] pre_export(): [SINGLE REQUIRES (KB-H055)] OK
    [HOOK - conan-center.py] pre_export(): [TOOLS RENAME (KB-H057)] OK
    [HOOK - conan-center.py] pre_export(): [ILLEGAL CHARACTERS (KB-H058)] OK
    [HOOK - conan-center.py] pre_export(): [CLASS NAME (KB-H059)] OK
    [HOOK - conan-center.py] pre_export(): [NO CRLF (KB-H060)] OK
    [HOOK - conan-center.py] pre_export(): [NO BUILD SYSTEM FUNCTIONS (KB-H061)] OK
    [HOOK - conan-center.py] pre_export(): [TOOLS CROSS BUILDING (KB-H062)] OK
    [HOOK - conan-center.py] pre_export(): [INVALID TOPICS (KB-H064)] OK
    [HOOK - conan-center.py] pre_export(): [NO REQUIRED_CONAN_VERSION (KB-H065)] OK
    [HOOK - conan-center.py] pre_export(): [TEST_TYPE MANAGEMENT (KB-H068)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO DEFAULT OPTIONS (KB-H069)] OK
    [HOOK - conan-center.py] pre_export(): [MANDATORY SETTINGS (KB-H070)] OK
    [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "3.10.4" exists in "conandata.yml" but not in "../config.yml", so it will not be built. Please update "../config.yml" to include newly added version "3.10.4". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052) 
    [HOOK - conan-center.py] pre_export(): WARN: [TOOLS RENAME (KB-H057)] The 'tools.rename' in conanfile.py is outdated and may cause permission error on Windows. Use 'conan.tools.files.rename(self, src, dst)' instead.
    ERROR: [HOOK - conan-center.py] pre_export(): Some checks failed running the hook, check the output
    
  • cpython/3.7.12@: Error running command conan export recipes/cpython/all/conanfile.py cpython/3.7.12@:

    [HOOK - conan-center.py] pre_export(): [DEPRECATED GLOBAL CPPSTD (KB-H001)] OK
    [HOOK - conan-center.py] pre_export(): [REFERENCE LOWERCASE (KB-H002)] OK
    [HOOK - conan-center.py] pre_export(): [RECIPE METADATA (KB-H003)] OK
    [HOOK - conan-center.py] pre_export(): [HEADER_ONLY, NO COPY SOURCE (KB-H005)] OK
    [HOOK - conan-center.py] pre_export(): [FPIC OPTION (KB-H006)] OK
    [HOOK - conan-center.py] pre_export(): [VERSION RANGES (KB-H008)] OK
    [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] Total recipe size: 167.1796875 KB
    [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] OK
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: None
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: patches/**
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE FOLDER (KB-H024)] OK
    [HOOK - conan-center.py] pre_export(): [META LINES (KB-H025)] OK
    [HOOK - conan-center.py] pre_export(): [CONAN CENTER INDEX URL (KB-H027)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE MINIMUM VERSION (KB-H028)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - RUN ENVIRONMENT (KB-H029)] OK
    [HOOK - conan-center.py] pre_export(): [SYSTEM REQUIREMENTS (KB-H032)] OK
    [HOOK - conan-center.py] pre_export(): [CONANDATA.YML FORMAT (KB-H030)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO IMPORTS() (KB-H034)] OK
    [HOOK - conan-center.py] pre_export(): [NO AUTHOR (KB-H037)] OK
    [HOOK - conan-center.py] pre_export(): [NOT ALLOWED ATTRIBUTES (KB-H039)] OK
    [HOOK - conan-center.py] pre_export(): [NO TARGET NAME (KB-H040)] OK
    [HOOK - conan-center.py] pre_export(): [NO FINAL ENDLINE (KB-H041)] OK
    [HOOK - conan-center.py] pre_export(): [NO REQUIRES.ADD() (KB-H044)] OK
    [HOOK - conan-center.py] pre_export(): [DELETE OPTIONS (KB-H045)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE VERBOSE MAKEFILE (KB-H046)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE VERSION REQUIRED (KB-H048)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE WINDOWS EXPORT ALL SYMBOLS (KB-H049)] OK
    [HOOK - conan-center.py] pre_export(): [DEFAULT OPTIONS AS DICTIONARY (KB-H051)] OK
    [HOOK - conan-center.py] pre_export(): [PRIVATE IMPORTS (KB-H053)] OK
    [HOOK - conan-center.py] pre_export(): [SINGLE REQUIRES (KB-H055)] OK
    [HOOK - conan-center.py] pre_export(): [TOOLS RENAME (KB-H057)] OK
    [HOOK - conan-center.py] pre_export(): [ILLEGAL CHARACTERS (KB-H058)] OK
    [HOOK - conan-center.py] pre_export(): [CLASS NAME (KB-H059)] OK
    [HOOK - conan-center.py] pre_export(): [NO CRLF (KB-H060)] OK
    [HOOK - conan-center.py] pre_export(): [NO BUILD SYSTEM FUNCTIONS (KB-H061)] OK
    [HOOK - conan-center.py] pre_export(): [TOOLS CROSS BUILDING (KB-H062)] OK
    [HOOK - conan-center.py] pre_export(): [INVALID TOPICS (KB-H064)] OK
    [HOOK - conan-center.py] pre_export(): [NO REQUIRED_CONAN_VERSION (KB-H065)] OK
    [HOOK - conan-center.py] pre_export(): [TEST_TYPE MANAGEMENT (KB-H068)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO DEFAULT OPTIONS (KB-H069)] OK
    [HOOK - conan-center.py] pre_export(): [MANDATORY SETTINGS (KB-H070)] OK
    [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "3.10.4" exists in "conandata.yml" but not in "../config.yml", so it will not be built. Please update "../config.yml" to include newly added version "3.10.4". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052) 
    [HOOK - conan-center.py] pre_export(): WARN: [TOOLS RENAME (KB-H057)] The 'tools.rename' in conanfile.py is outdated and may cause permission error on Windows. Use 'conan.tools.files.rename(self, src, dst)' instead.
    ERROR: [HOOK - conan-center.py] pre_export(): Some checks failed running the hook, check the output
    
  • cpython/2.7.18@: Error running command conan export recipes/cpython/all/conanfile.py cpython/2.7.18@:

    [HOOK - conan-center.py] pre_export(): [DEPRECATED GLOBAL CPPSTD (KB-H001)] OK
    [HOOK - conan-center.py] pre_export(): [REFERENCE LOWERCASE (KB-H002)] OK
    [HOOK - conan-center.py] pre_export(): [RECIPE METADATA (KB-H003)] OK
    [HOOK - conan-center.py] pre_export(): [HEADER_ONLY, NO COPY SOURCE (KB-H005)] OK
    [HOOK - conan-center.py] pre_export(): [FPIC OPTION (KB-H006)] OK
    [HOOK - conan-center.py] pre_export(): [VERSION RANGES (KB-H008)] OK
    [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] Total recipe size: 167.1796875 KB
    [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] OK
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: None
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: patches/**
    [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE FOLDER (KB-H024)] OK
    [HOOK - conan-center.py] pre_export(): [META LINES (KB-H025)] OK
    [HOOK - conan-center.py] pre_export(): [CONAN CENTER INDEX URL (KB-H027)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE MINIMUM VERSION (KB-H028)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - RUN ENVIRONMENT (KB-H029)] OK
    [HOOK - conan-center.py] pre_export(): [SYSTEM REQUIREMENTS (KB-H032)] OK
    [HOOK - conan-center.py] pre_export(): [CONANDATA.YML FORMAT (KB-H030)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO IMPORTS() (KB-H034)] OK
    [HOOK - conan-center.py] pre_export(): [NO AUTHOR (KB-H037)] OK
    [HOOK - conan-center.py] pre_export(): [NOT ALLOWED ATTRIBUTES (KB-H039)] OK
    [HOOK - conan-center.py] pre_export(): [NO TARGET NAME (KB-H040)] OK
    [HOOK - conan-center.py] pre_export(): [NO FINAL ENDLINE (KB-H041)] OK
    [HOOK - conan-center.py] pre_export(): [NO REQUIRES.ADD() (KB-H044)] OK
    [HOOK - conan-center.py] pre_export(): [DELETE OPTIONS (KB-H045)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE VERBOSE MAKEFILE (KB-H046)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE VERSION REQUIRED (KB-H048)] OK
    [HOOK - conan-center.py] pre_export(): [CMAKE WINDOWS EXPORT ALL SYMBOLS (KB-H049)] OK
    [HOOK - conan-center.py] pre_export(): [DEFAULT OPTIONS AS DICTIONARY (KB-H051)] OK
    [HOOK - conan-center.py] pre_export(): [PRIVATE IMPORTS (KB-H053)] OK
    [HOOK - conan-center.py] pre_export(): [SINGLE REQUIRES (KB-H055)] OK
    [HOOK - conan-center.py] pre_export(): [TOOLS RENAME (KB-H057)] OK
    [HOOK - conan-center.py] pre_export(): [ILLEGAL CHARACTERS (KB-H058)] OK
    [HOOK - conan-center.py] pre_export(): [CLASS NAME (KB-H059)] OK
    [HOOK - conan-center.py] pre_export(): [NO CRLF (KB-H060)] OK
    [HOOK - conan-center.py] pre_export(): [NO BUILD SYSTEM FUNCTIONS (KB-H061)] OK
    [HOOK - conan-center.py] pre_export(): [TOOLS CROSS BUILDING (KB-H062)] OK
    [HOOK - conan-center.py] pre_export(): [INVALID TOPICS (KB-H064)] OK
    [HOOK - conan-center.py] pre_export(): [NO REQUIRED_CONAN_VERSION (KB-H065)] OK
    [HOOK - conan-center.py] pre_export(): [TEST_TYPE MANAGEMENT (KB-H068)] OK
    [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO DEFAULT OPTIONS (KB-H069)] OK
    [HOOK - conan-center.py] pre_export(): [MANDATORY SETTINGS (KB-H070)] OK
    [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "3.10.4" exists in "conandata.yml" but not in "../config.yml", so it will not be built. Please update "../config.yml" to include newly added version "3.10.4". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052) 
    [HOOK - conan-center.py] pre_export(): WARN: [TOOLS RENAME (KB-H057)] The 'tools.rename' in conanfile.py is outdated and may cause permission error on Windows. Use 'conan.tools.files.rename(self, src, dst)' instead.
    ERROR: [HOOK - conan-center.py] pre_export(): 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 Aug 23 '22 13:08 conan-center-bot

Failure in build 3 (8e6e4ba98ad92449b2797922372a291845e1410c):

  • cpython/2.7.18@: Didn't run or was cancelled before finishing

  • cpython/3.10.4@: Didn't run or was cancelled before finishing

  • cpython/3.8.12@: Didn't run or was cancelled before finishing

  • cpython/3.10.0@: CI failed to create some packages (All logs)

    Logs for packageID f2e0540436ec25789c2fb60b6223923bc2eda93e:
    [settings]
    arch=x86_64
    build_type=Debug
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=5
    os=Linux
    [options]
    cpython:shared=False
    
    [...]
    
    ----Running------
    > cmake --build '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/build/bbcf589d433ba9fea7f1c7f8dfc1aad0d6ada84d' '--' '-j3'
    -----------------
    Scanning dependencies of target spam
    [ 16%] Building C object CMakeFiles/spam.dir/py3/test_module.c.o
    Scanning dependencies of target test_package
    Scanning dependencies of target spam2
    [ 33%] Building C object CMakeFiles/spam2.dir/py3/test_module.c.o
    [ 50%] Building C object CMakeFiles/test_package.dir/py3/test_package.c.o
    [ 66%] Linking C executable bin/test_package
    [ 83%] Linking C shared module lib/spam.so
    [100%] Linking C shared module lib/spam2.so
    [100%] Built target spam2
    [100%] Built target spam
    [100%] Built target test_package
    
    ----Running------
    > /home/conan/w/prod/BuildSingleReference/.conan/data/cpython/3.10.0/_/_/package/f2e0540436ec25789c2fb60b6223923bc2eda93e/bin/python3.10 "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/setup.py" "build" "--build-base" "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/build/bbcf589d433ba9fea7f1c7f8dfc1aad0d6ada84d" "--build-platlib" "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/build/bbcf589d433ba9fea7f1c7f8dfc1aad0d6ada84d/lib_setuptools" "--debug"
    -----------------
    Using Python_ADDITIONAL_VERSIONS: 3.10.0d;3.10d;3d;3.10.0;3.10;3
    Python3_EXECUTABLE: /home/conan/w/prod/BuildSingleReference/.conan/data/cpython/3.10.0/_/_/package/f2e0540436ec25789c2fb60b6223923bc2eda93e/bin/python3.10
    Python3_INTERPRETER_ID: Python
    Python3_VERSION: 3.10.0
    Python3_INCLUDE_DIRS: /home/conan/w/prod/BuildSingleReference/.conan/data/cpython/3.10.0/_/_/package/f2e0540436ec25789c2fb60b6223923bc2eda93e/include/python3.10d
    Python3_LIBRARIES: /home/conan/w/prod/BuildSingleReference/.conan/data/cpython/3.10.0/_/_/package/f2e0540436ec25789c2fb60b6223923bc2eda93e/lib/libpython3.10d.a
    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
    
    
    Traceback (most recent call last):
      File "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/setup.py", line 21, in <module>
        from conans import tools
    ModuleNotFoundError: No module named 'conans'
    WARN: tcl/8.6.10: requirement zlib/1.2.12 overridden by tk/8.6.10 to zlib/1.2.11 
    WARN: fontconfig/2.13.93: requirement expat/2.4.8 overridden by tk/8.6.10 to expat/2.4.1 
    WARN: freetype/2.12.1: requirement zlib/1.2.12 overridden by fontconfig/2.13.93 to zlib/1.2.11 
    WARN: libpng/1.6.37: requirement zlib/1.2.12 overridden by freetype/2.12.1 to zlib/1.2.11 
    ERROR: cpython/3.10.0 (test package): Error in build() method, line 127
    	self.run("{} {}".format(self.deps_user_info["cpython"].python, " ".join("\"{}\"".format(a) for a in setup_args)), run_environment=True)
    	ConanException: Error 1 while executing /home/conan/w/prod/BuildSingleReference/.conan/data/cpython/3.10.0/_/_/package/f2e0540436ec25789c2fb60b6223923bc2eda93e/bin/python3.10 "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/setup.py" "build" "--build-base" "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/build/bbcf589d433ba9fea7f1c7f8dfc1aad0d6ada84d" "--build-platlib" "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/build/bbcf589d433ba9fea7f1c7f8dfc1aad0d6ada84d/lib_setuptools" "--debug"
    
  • cpython/3.7.12@: Didn't run or was cancelled before finishing

  • cpython/3.9.7@: 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 Aug 23 '22 14:08 conan-center-bot

Hooks produced the following warnings for commit 8e6e4ba98ad92449b2797922372a291845e1410c
cpython/3.10.0
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/tkinter/test/test_tkinter/__pycache__/test_geometry_managers.cpython-310.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/genshi.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/genshi.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/optionaltags.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/dom.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/distlib/_backport/__pycache__/tarfile.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/pep517/in_process/__pycache__/__init__.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/_typing.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist_msi.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_import/data/circular_imports/__pycache__/binding.cpython-310.opt-1.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_import/data/circular_imports/subpkg/__pycache__/util.cpython-310.opt-1.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_peg_generator/__pycache__/test_grammar_validator.cpython-310.opt-1.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/source/__pycache__/test_case_sensitivity.cpython-310.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/data03/namespace/portion1/__pycache__/__init__.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/data03/namespace/portion2/__pycache__/__init__.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/import_/__pycache__/test_relative_imports.cpython-310.opt-1.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/extension/__pycache__/test_case_sensitivity.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/data01/subdirectory/__pycache__/__init__.cpython-310.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/namespace_pkgs/project2/parent/child/__pycache__/two.cpython-310.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/namespace_pkgs/portion1/foo/__pycache__/one.cpython-310.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/namespace_pkgs/portion2/foo/__pycache__/two.cpython-310.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/namespace_pkgs/project3/parent/child/__pycache__/three.cpython-310.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/namespace_pkgs/project1/parent/child/__pycache__/one.cpython-310.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/namespace_pkgs/module_and_namespace_package/__pycache__/a_test.cpython-310.opt-1.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/namespace_pkgs/both_portions/foo/__pycache__/two.cpython-310.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__pycache__/one.cpython-310.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/python3.10/lib-dynload/nis.cpython-310d-x86_64-linux-gnu.so' links to system library 'nsl' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/python3.10/lib-dynload/nis.cpython-310-x86_64-linux-gnu.so' links to system library 'nsl' but it is not in cpp_info.system_libs.

github-actions[bot] avatar Aug 23 '22 14:08 github-actions[bot]

@ericLemanissier are the tests failing due to changes on my side? Or is modernizing to V2 and not using conans.tools a hard requirement?

Traceback (most recent call last):
  File "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/setup.py", line 21, in <module>
    from conans import tools
ModuleNotFoundError: No module named 'conans'

jellespijker avatar Aug 31 '22 17:08 jellespijker

No, this error should not happen. Please retrigger CI by closing and reopenning this PR

ericLemanissier avatar Aug 31 '22 17:08 ericLemanissier

Failure in build 4 (8e6e4ba98ad92449b2797922372a291845e1410c):

  • cpython/2.7.18@: Didn't run or was cancelled before finishing

  • cpython/3.9.7@: CI failed to create some packages (All logs)

    Logs for packageID 048b3dd58b1fa96ce52a9f42a553db232bec2943:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=10
    os=Linux
    [options]
    cpython:shared=False
    
    [...]
    
    ----Running------
    > cmake --build '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/build/818be9723115cf32f0f741638cf1e73a36487b33' '--' '-j3'
    -----------------
    Scanning dependencies of target test_package
    Scanning dependencies of target spam
    Scanning dependencies of target spam2
    [ 16%] Building C object CMakeFiles/test_package.dir/py3/test_package.c.o
    [ 33%] Building C object CMakeFiles/spam.dir/py3/test_module.c.o
    [ 50%] Building C object CMakeFiles/spam2.dir/py3/test_module.c.o
    [ 66%] Linking C shared module lib/spam2.so
    [ 66%] Built target spam2
    [ 83%] Linking C executable bin/test_package
    [100%] Linking C shared module lib/spam.so
    [100%] Built target spam
    [100%] Built target test_package
    
    ----Running------
    > /home/conan/w/prod/BuildSingleReference/.conan/data/cpython/3.9.7/_/_/package/048b3dd58b1fa96ce52a9f42a553db232bec2943/bin/python3.9 "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/setup.py" "build" "--build-base" "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/build/818be9723115cf32f0f741638cf1e73a36487b33" "--build-platlib" "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/build/818be9723115cf32f0f741638cf1e73a36487b33/lib_setuptools"
    -----------------
    Using Python_ADDITIONAL_VERSIONS: 3.9.7;3.9;3;3.9.7;3.9;3
    Python3_EXECUTABLE: /home/conan/w/prod/BuildSingleReference/.conan/data/cpython/3.9.7/_/_/package/048b3dd58b1fa96ce52a9f42a553db232bec2943/bin/python3.9
    Python3_INTERPRETER_ID: Python
    Python3_VERSION: 3.9.7
    Python3_INCLUDE_DIRS: /home/conan/w/prod/BuildSingleReference/.conan/data/cpython/3.9.7/_/_/package/048b3dd58b1fa96ce52a9f42a553db232bec2943/include/python3.9
    Python3_LIBRARIES: /home/conan/w/prod/BuildSingleReference/.conan/data/cpython/3.9.7/_/_/package/048b3dd58b1fa96ce52a9f42a553db232bec2943/lib/libpython3.9.a
    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
    
    
    Traceback (most recent call last):
      File "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/setup.py", line 21, in <module>
        from conans import tools
    ModuleNotFoundError: No module named 'conans'
    WARN: tcl/8.6.10: requirement zlib/1.2.12 overridden by tk/8.6.10 to zlib/1.2.11 
    WARN: fontconfig/2.13.93: requirement expat/2.4.8 overridden by tk/8.6.10 to expat/2.4.1 
    WARN: freetype/2.12.1: requirement zlib/1.2.12 overridden by fontconfig/2.13.93 to zlib/1.2.11 
    WARN: libpng/1.6.37: requirement zlib/1.2.12 overridden by freetype/2.12.1 to zlib/1.2.11 
    ERROR: cpython/3.9.7 (test package): Error in build() method, line 127
    	self.run("{} {}".format(self.deps_user_info["cpython"].python, " ".join("\"{}\"".format(a) for a in setup_args)), run_environment=True)
    	ConanException: Error 1 while executing /home/conan/w/prod/BuildSingleReference/.conan/data/cpython/3.9.7/_/_/package/048b3dd58b1fa96ce52a9f42a553db232bec2943/bin/python3.9 "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/setup.py" "build" "--build-base" "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/build/818be9723115cf32f0f741638cf1e73a36487b33" "--build-platlib" "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/build/818be9723115cf32f0f741638cf1e73a36487b33/lib_setuptools"
    
  • cpython/3.7.12@: Didn't run or was cancelled before finishing

  • cpython/3.8.12@: Didn't run or was cancelled before finishing

  • cpython/3.10.0@: Didn't run or was cancelled before finishing

  • cpython/3.10.4@: 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 Aug 31 '22 18:08 conan-center-bot

Hooks produced the following warnings for commit 8e6e4ba98ad92449b2797922372a291845e1410c
cpython/3.9.7
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/tkinter/test/test_tkinter/__pycache__/test_geometry_managers.cpython-39.opt-1.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/__init__.cpython-39.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/__init__.cpython-39.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/site-packages/pip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-39.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/__init__.cpython-39.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-39.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/site-packages/pip/_vendor/distlib/_backport/__pycache__/sysconfig.cpython-39.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/site-packages/pip/_vendor/pep517/in_process/__pycache__/_in_process.cpython-39.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-39.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-39.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-39.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-39.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-39.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-39.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-39.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-39.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-39.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-39.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-39.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-39.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/site-packages/pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-39.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-39.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-39.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-39.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/test/test_import/data/circular_imports/__pycache__/subpackage.cpython-39.opt-1.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/test/test_import/data/circular_imports/subpkg/__pycache__/subpackage2.cpython-39.opt-1.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/test/test_importlib/source/__pycache__/test_case_sensitivity.cpython-39.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/test/test_importlib/data03/namespace/portion1/__pycache__/__init__.cpython-39.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/test/test_importlib/data03/namespace/portion2/__pycache__/__init__.cpython-39.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/test/test_importlib/import_/__pycache__/test_relative_imports.cpython-39.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/test/test_importlib/extension/__pycache__/test_case_sensitivity.cpython-39.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/test/test_importlib/data01/subdirectory/__pycache__/__init__.cpython-39.opt-1.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/test/test_importlib/namespace_pkgs/project2/parent/child/__pycache__/two.cpython-39.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/test/test_importlib/namespace_pkgs/portion1/foo/__pycache__/one.cpython-39.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/test/test_importlib/namespace_pkgs/portion2/foo/__pycache__/two.cpython-39.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/test/test_importlib/namespace_pkgs/project3/parent/child/__pycache__/three.cpython-39.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/test/test_importlib/namespace_pkgs/project1/parent/child/__pycache__/one.cpython-39.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/test/test_importlib/namespace_pkgs/module_and_namespace_package/__pycache__/a_test.cpython-39.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/test/test_importlib/namespace_pkgs/both_portions/foo/__pycache__/one.cpython-39.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.9/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__pycache__/__init__.cpython-39.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/python3.9/lib-dynload/nis.cpython-39-x86_64-linux-gnu.so' links to system library 'nsl' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/python3.9/lib-dynload/nis.cpython-39d-x86_64-linux-gnu.so' links to system library 'nsl' but it is not in cpp_info.system_libs.

github-actions[bot] avatar Aug 31 '22 18:08 github-actions[bot]

Failure in build 5 (8e6e4ba98ad92449b2797922372a291845e1410c):

  • cpython/3.10.0@: Didn't run or was cancelled before finishing

  • cpython/3.8.12@: Didn't run or was cancelled before finishing

  • cpython/3.9.7@: Didn't run or was cancelled before finishing

  • cpython/3.10.4@: CI failed to create some packages (All logs)

    Logs for packageID f2e0540436ec25789c2fb60b6223923bc2eda93e:
    [settings]
    arch=x86_64
    build_type=Debug
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=5
    os=Linux
    [options]
    cpython:shared=False
    
    [...]
    
    ----Running------
    > cmake --build '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/build/bbcf589d433ba9fea7f1c7f8dfc1aad0d6ada84d' '--' '-j3'
    -----------------
    Scanning dependencies of target test_package
    [ 16%] Building C object CMakeFiles/test_package.dir/py3/test_package.c.o
    Scanning dependencies of target spam2
    Scanning dependencies of target spam
    [ 50%] Building C object CMakeFiles/spam2.dir/py3/test_module.c.o
    [ 50%] Building C object CMakeFiles/spam.dir/py3/test_module.c.o
    [ 66%] Linking C shared module lib/spam.so
    [ 83%] Linking C executable bin/test_package
    [100%] Linking C shared module lib/spam2.so
    [100%] Built target spam2
    [100%] Built target spam
    [100%] Built target test_package
    
    ----Running------
    > /home/conan/w/prod/BuildSingleReference/.conan/data/cpython/3.10.4/_/_/package/f2e0540436ec25789c2fb60b6223923bc2eda93e/bin/python3.10 "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/setup.py" "build" "--build-base" "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/build/bbcf589d433ba9fea7f1c7f8dfc1aad0d6ada84d" "--build-platlib" "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/build/bbcf589d433ba9fea7f1c7f8dfc1aad0d6ada84d/lib_setuptools" "--debug"
    -----------------
    Using Python_ADDITIONAL_VERSIONS: 3.10.4d;3.10d;3d;3.10.4;3.10;3
    Python3_EXECUTABLE: /home/conan/w/prod/BuildSingleReference/.conan/data/cpython/3.10.4/_/_/package/f2e0540436ec25789c2fb60b6223923bc2eda93e/bin/python3.10
    Python3_INTERPRETER_ID: Python
    Python3_VERSION: 3.10.4
    Python3_INCLUDE_DIRS: /home/conan/w/prod/BuildSingleReference/.conan/data/cpython/3.10.4/_/_/package/f2e0540436ec25789c2fb60b6223923bc2eda93e/include/python3.10d
    Python3_LIBRARIES: /home/conan/w/prod/BuildSingleReference/.conan/data/cpython/3.10.4/_/_/package/f2e0540436ec25789c2fb60b6223923bc2eda93e/lib/libpython3.10d.a
    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
    
    
    Traceback (most recent call last):
      File "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/setup.py", line 21, in <module>
        from conans import tools
    ModuleNotFoundError: No module named 'conans'
    WARN: tcl/8.6.10: requirement zlib/1.2.12 overridden by tk/8.6.10 to zlib/1.2.11 
    WARN: fontconfig/2.13.93: requirement expat/2.4.8 overridden by tk/8.6.10 to expat/2.4.1 
    WARN: freetype/2.12.1: requirement zlib/1.2.12 overridden by fontconfig/2.13.93 to zlib/1.2.11 
    WARN: libpng/1.6.37: requirement zlib/1.2.12 overridden by freetype/2.12.1 to zlib/1.2.11 
    ERROR: cpython/3.10.4 (test package): Error in build() method, line 127
    	self.run("{} {}".format(self.deps_user_info["cpython"].python, " ".join("\"{}\"".format(a) for a in setup_args)), run_environment=True)
    	ConanException: Error 1 while executing /home/conan/w/prod/BuildSingleReference/.conan/data/cpython/3.10.4/_/_/package/f2e0540436ec25789c2fb60b6223923bc2eda93e/bin/python3.10 "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/setup.py" "build" "--build-base" "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/build/bbcf589d433ba9fea7f1c7f8dfc1aad0d6ada84d" "--build-platlib" "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/build/bbcf589d433ba9fea7f1c7f8dfc1aad0d6ada84d/lib_setuptools" "--debug"
    
  • cpython/3.7.12@: Didn't run or was cancelled before finishing

  • cpython/2.7.18@: 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 Aug 31 '22 18:08 conan-center-bot

Hooks produced the following warnings for commit 8e6e4ba98ad92449b2797922372a291845e1410c
cpython/3.10.4
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/tkinter/test/test_tkinter/__pycache__/test_geometry_managers.cpython-310.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/genshi.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/genshi.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/optionaltags.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/dom.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/distlib/_backport/__pycache__/tarfile.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/pep517/in_process/__pycache__/__init__.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/_typing.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist_msi.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_import/data/circular_imports/__pycache__/binding.cpython-310.opt-1.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_import/data/circular_imports/subpkg/__pycache__/util.cpython-310.opt-1.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_peg_generator/__pycache__/test_grammar_validator.cpython-310.opt-1.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/source/__pycache__/test_case_sensitivity.cpython-310.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/data03/namespace/portion1/__pycache__/__init__.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/data03/namespace/portion2/__pycache__/__init__.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/import_/__pycache__/test_relative_imports.cpython-310.opt-1.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/extension/__pycache__/test_case_sensitivity.cpython-310.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/data01/subdirectory/__pycache__/__init__.cpython-310.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/namespace_pkgs/project2/parent/child/__pycache__/two.cpython-310.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/namespace_pkgs/portion1/foo/__pycache__/one.cpython-310.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/namespace_pkgs/portion2/foo/__pycache__/two.cpython-310.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/namespace_pkgs/project3/parent/child/__pycache__/three.cpython-310.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/namespace_pkgs/project1/parent/child/__pycache__/one.cpython-310.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/namespace_pkgs/module_and_namespace_package/__pycache__/a_test.cpython-310.opt-1.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/namespace_pkgs/both_portions/foo/__pycache__/two.cpython-310.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.10/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__pycache__/one.cpython-310.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/python3.10/lib-dynload/nis.cpython-310d-x86_64-linux-gnu.so' links to system library 'nsl' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/python3.10/lib-dynload/nis.cpython-310-x86_64-linux-gnu.so' links to system library 'nsl' but it is not in cpp_info.system_libs.

github-actions[bot] avatar Aug 31 '22 18:08 github-actions[bot]

Test keep failing for with the no conans module error. Should I create an issue for that failing CI?

jellespijker avatar Aug 31 '22 19:08 jellespijker

Failure in build 6 (8e6e4ba98ad92449b2797922372a291845e1410c):

  • cpython/3.7.12@: Didn't run or was cancelled before finishing

  • cpython/3.10.0@: Didn't run or was cancelled before finishing

  • cpython/3.10.4@: Didn't run or was cancelled before finishing

  • cpython/3.8.12@: CI failed to create some packages (All logs)

    Logs for packageID 902dabd1f5dca7cf122ea7769db659aad8fab5ac:
    [settings]
    arch=x86_64
    build_type=Debug
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=7
    os=Linux
    [options]
    cpython:shared=False
    
    [...]
    
    ----Running------
    > cmake --build '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/build/fd9cbc1d6c7009fa40f3e63c4ee28f53c19c0fba' '--' '-j3'
    -----------------
    Scanning dependencies of target test_package
    Scanning dependencies of target spam
    Scanning dependencies of target spam2
    [ 16%] Building C object CMakeFiles/test_package.dir/py3/test_package.c.o
    [ 33%] Building C object CMakeFiles/spam2.dir/py3/test_module.c.o
    [ 50%] Building C object CMakeFiles/spam.dir/py3/test_module.c.o
    [ 66%] Linking C shared module lib/spam2.so
    [ 83%] Linking C executable bin/test_package
    [100%] Linking C shared module lib/spam.so
    [100%] Built target spam2
    [100%] Built target spam
    [100%] Built target test_package
    
    ----Running------
    > /home/conan/w/prod/BuildSingleReference/.conan/data/cpython/3.8.12/_/_/package/902dabd1f5dca7cf122ea7769db659aad8fab5ac/bin/python3.8 "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/setup.py" "build" "--build-base" "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/build/fd9cbc1d6c7009fa40f3e63c4ee28f53c19c0fba" "--build-platlib" "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/build/fd9cbc1d6c7009fa40f3e63c4ee28f53c19c0fba/lib_setuptools" "--debug"
    -----------------
    Using Python_ADDITIONAL_VERSIONS: 3.8.12d;3.8d;3d;3.8.12;3.8;3
    Python3_EXECUTABLE: /home/conan/w/prod/BuildSingleReference/.conan/data/cpython/3.8.12/_/_/package/902dabd1f5dca7cf122ea7769db659aad8fab5ac/bin/python3.8
    Python3_INTERPRETER_ID: Python
    Python3_VERSION: 3.8.12
    Python3_INCLUDE_DIRS: /home/conan/w/prod/BuildSingleReference/.conan/data/cpython/3.8.12/_/_/package/902dabd1f5dca7cf122ea7769db659aad8fab5ac/include/python3.8d
    Python3_LIBRARIES: /home/conan/w/prod/BuildSingleReference/.conan/data/cpython/3.8.12/_/_/package/902dabd1f5dca7cf122ea7769db659aad8fab5ac/lib/libpython3.8d.a
    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
    
    
    Traceback (most recent call last):
      File "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/setup.py", line 21, in <module>
        from conans import tools
    ModuleNotFoundError: No module named 'conans'
    WARN: tcl/8.6.10: requirement zlib/1.2.12 overridden by tk/8.6.10 to zlib/1.2.11 
    WARN: fontconfig/2.13.93: requirement expat/2.4.8 overridden by tk/8.6.10 to expat/2.4.1 
    WARN: freetype/2.12.1: requirement zlib/1.2.12 overridden by fontconfig/2.13.93 to zlib/1.2.11 
    WARN: libpng/1.6.37: requirement zlib/1.2.12 overridden by freetype/2.12.1 to zlib/1.2.11 
    ERROR: cpython/3.8.12 (test package): Error in build() method, line 127
    	self.run("{} {}".format(self.deps_user_info["cpython"].python, " ".join("\"{}\"".format(a) for a in setup_args)), run_environment=True)
    	ConanException: Error 1 while executing /home/conan/w/prod/BuildSingleReference/.conan/data/cpython/3.8.12/_/_/package/902dabd1f5dca7cf122ea7769db659aad8fab5ac/bin/python3.8 "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/setup.py" "build" "--build-base" "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/build/fd9cbc1d6c7009fa40f3e63c4ee28f53c19c0fba" "--build-platlib" "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cpython/all/test_package/build/fd9cbc1d6c7009fa40f3e63c4ee28f53c19c0fba/lib_setuptools" "--debug"
    
  • cpython/3.9.7@: Didn't run or was cancelled before finishing

  • cpython/2.7.18@: 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 Aug 31 '22 20:08 conan-center-bot

Hooks produced the following warnings for commit 8e6e4ba98ad92449b2797922372a291845e1410c
cpython/3.8.12
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/tkinter/test/test_tkinter/__pycache__/test_geometry_managers.cpython-38.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/genshi.cpython-38.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/genshi.cpython-38.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__pycache__/whitespace.cpython-38.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree.cpython-38.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-38.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__pycache__/sysconfig.cpython-38.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/site-packages/pip/_vendor/pep517/in_process/__pycache__/_in_process.cpython-38.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-38.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-38.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__pycache__/_implementation.cpython-38.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-38.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-38.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-38.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-38.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-38.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-38.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-38.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-38.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-38.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/site-packages/pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-38.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-38.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-38.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/test/test_import/data/circular_imports/__pycache__/binding2.cpython-38.opt-1.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/test/test_import/data/circular_imports/subpkg/__pycache__/util.cpython-38.opt-1.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/test/test_importlib/source/__pycache__/test_source_encoding.cpython-38.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/test/test_importlib/data03/namespace/portion1/__pycache__/__init__.cpython-38.opt-1.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/test/test_importlib/data03/namespace/portion2/__pycache__/__init__.cpython-38.opt-1.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/test/test_importlib/import_/__pycache__/test_relative_imports.cpython-38.opt-1.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/test/test_importlib/extension/__pycache__/test_case_sensitivity.cpython-38.opt-1.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/test/test_importlib/data01/subdirectory/__pycache__/__init__.cpython-38.opt-1.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/test/test_importlib/namespace_pkgs/project2/parent/child/__pycache__/two.cpython-38.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/test/test_importlib/namespace_pkgs/portion1/foo/__pycache__/one.cpython-38.opt-1.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/test/test_importlib/namespace_pkgs/portion2/foo/__pycache__/two.cpython-38.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/test/test_importlib/namespace_pkgs/project3/parent/child/__pycache__/three.cpython-38.opt-1.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/test/test_importlib/namespace_pkgs/project1/parent/child/__pycache__/one.cpython-38.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/test/test_importlib/namespace_pkgs/module_and_namespace_package/__pycache__/a_test.cpython-38.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/test/test_importlib/namespace_pkgs/both_portions/foo/__pycache__/two.cpython-38.opt-2.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [SHORT_PATHS USAGE (KB-H066)] The file './lib/python3.8/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__pycache__/one.cpython-38.pyc' has a very long path and may exceed Windows max path length. Add 'short_paths = True' in your recipe.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/python3.8/lib-dynload/nis.cpython-38d-x86_64-linux-gnu.so' links to system library 'nsl' but it is not in cpp_info.system_libs.

github-actions[bot] avatar Aug 31 '22 20:08 github-actions[bot]

I'm not sure why it fails, but it's a part which changed in this PR. You could stop importing conan.tools and use packaging.version.parse(version) instead: https://packaging.pypa.io/en/latest/version.html#packaging.version.parse

ericLemanissier avatar Sep 01 '22 05:09 ericLemanissier

Failure in build 7 (adaecb2dea214ce4b857ee41bdd37dfaeec1e0ab):

  • cpython/3.10.4@: Didn't run or was cancelled before finishing

  • cpython/3.10.0@: Didn't run or was cancelled before finishing

  • cpython/3.9.7@: CI failed to create some packages (All logs)

    Logs for packageID 6cc2cec85e273d25b209b07cca1601802559fc9b:
    [settings]
    arch=x86_64
    build_type=Debug
    compiler=apple-clang
    compiler.libcxx=libc++
    compiler.version=11.0
    os=Macos
    [options]
    cpython:shared=False
    
    [...]
    checking minix/config.h presence... no
    checking for minix/config.h... no
    checking whether it is safe to define __EXTENSIONS__... yes
    checking for the Android API level... not Android
    checking for --with-suffix... 
    checking for case-insensitive build directory... yes
    checking LIBRARY... libpython$(VERSION)$(ABIFLAGS).a
    checking LINKCC... $(PURIFY) $(MAINCC)
    checking EXPORTSYMS... 
    checking for GNU ld... no
    checking for --enable-shared... no
    checking for --enable-profiling... no
    checking LDLIBRARY... libpython$(VERSION)$(ABIFLAGS).a
    checking for ar... ar
    checking for readelf... no
    checking for a BSD-compatible install... /usr/bin/install -c
    checking for a thread-safe mkdir -p... source_subfolder/install-sh -c -d
    checking for --with-pydebug... yes
    checking for --with-trace-refs... no
    checking for --with-assertions... implied by --with-pydebug
    checking for --enable-optimizations... no
    checking PROFILE_TASK... -m test --pgo
    checking for --with-lto... no
    checking for llvm-profdata... no
    configure: llvm-profdata found via xcrun: /usr/bin/xcrun llvm-profdata
    checking for -Wextra... yes
    checking whether gcc accepts and needs -fno-strict-aliasing... no
    checking if we can turn off gcc unused result warning... yes
    checking if we can turn off gcc unused parameter warning... yes
    checking if we can turn off gcc missing field initializers warning... yes
    checking if we can turn on gcc mixed sign comparison warning... yes
    checking if we can turn on gcc unreachable code warning... no
    checking if we can turn on gcc strict-prototypes warning... yes
    checking if we can make implicit function declaration an error in gcc... yes
    checking if we can use visibility in gcc... yes
    checking which compiler should be used... gcc
    checking which MACOSX_DEPLOYMENT_TARGET to use... 11.6
    checking if specified universal architectures work... no
    cpython/3.9.7: 
    configure: WARNING: unrecognized options: --without-gcc
    Configured with: --prefix=/Applications/conan/xcode/11/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/conan/xcode/11/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/c++/4.2.1
    configure: error: check config.log and use the '--with-universal-archs' option
    WARN: tcl/8.6.10: requirement zlib/1.2.12 overridden by tk/8.6.10 to zlib/1.2.11 
    cpython/3.9.7: ERROR: Package '6cc2cec85e273d25b209b07cca1601802559fc9b' build failed
    cpython/3.9.7: WARN: Build folder /Users/jenkins/w/prod/BuildSingleReference@2/.conan/data/cpython/3.9.7/_/_/build/6cc2cec85e273d25b209b07cca1601802559fc9b
    ERROR: cpython/3.9.7: Error in build() method, line 427
    	autotools = self._configure_autotools()
    while calling '_configure_autotools', line 262
    	self._autotools.configure(args=conf_args, configure_dir=self._source_subfolder, build=build)
    	ConanException: Error 1 while executing source_subfolder/configure '--enable-shared=no' '--with-doc-strings=yes' '--with-pymalloc=yes' '--with-system-expat' '--with-system-ffi' '--enable-optimizations=no' '--with-lto=no' '--with-pydebug=yes' '--with-system-libmpdec' '--with-openssl=/Users/jenkins/w/prod/BuildSingleReference@2/.conan/data/openssl/1.1.1l/_/_/package/0aa7be2d0914b6f3128105e305c90b9cb0cae86d' '--enable-loadable-sqlite-extensions=yes' '--without-gcc' '--with-tcltk-includes=-I/Users/jenkins/w/prod/BuildSingleReference@2/.conan/data/tcl/8.6.10/_/_/package/a468ffad8adea3fcab8dd371aecce5321635f9fc/include -I/Users/jenkins/w/prod/BuildSingleReference@2/.conan/data/tk/8.6.10/_/_/package/1db7adfc8581292c4a9c06022dc899ff25a22efe/include -I/Users/jenkins/w/prod/BuildSingleReference@2/.conan/data/zlib/1.2.11/_/_/package/0aa7be2d0914b6f3128105e305c90b9cb0cae86d/include' '--with-tcltk-libs=-ltdbcmysql1.1.1 -litcl4.2.0 -litclstub4.2.0 -ltdbcodbc1.1.1 -ltdbcpostgres1.1.1 -ltdbc1.1.1 -ltdbcstub1.1.1 -lthread2.8.5 -lsqlite3.30.1.2 -ltcl8.6 -ltclstub8.6 -ltk8.6 -ltkstub8.6 -lz' '--prefix=/Users/jenkins/w/prod/BuildSingleReference@2/.conan/data/cpython/3.9.7/_/_/package/6cc2cec85e273d25b209b07cca1601802559fc9b' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' 
    
  • cpython/3.7.12@: Didn't run or was cancelled before finishing

  • cpython/3.8.12@: Didn't run or was cancelled before finishing

  • cpython/2.7.18@: 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 Sep 02 '22 12:09 conan-center-bot

I see that this failed again in the ~clang linux~ apple-clang build. Unfortunately, no time to work on this today, but I might boot up my ~personal Linux~ Mac laptop tomorrow.

jellespijker avatar Sep 02 '22 13:09 jellespijker

See https://bugs.python.org/issue38443

It looks like 3.9.7 fails on Apple mac due the configure script not handling --with-universal-archs= macOS gracefully. Which is strange because the fix for this has been backported to the 3.9 branch with a cherry-pick https://github.com/python/cpython/commit/748d38bf529d71d87cc7ef6d63e9df7d7d771ac9

It does seem that this error isn't caused by changes introduce in this PR though. @ericLemanissier should it be solved in this? It is hard for me to reproduce this on my Mac M1, Maybe one of my colleagues: @casperlamboo or @Joeydelarago can have a look tomorrow.

jellespijker avatar Sep 04 '22 15:09 jellespijker

You are right that the failure is not the consequence of one of your change, cf https://github.com/conan-io/conan-center-index/pull/9891, however the bot won't merge the change if some configuration fails. If we understand why it fails and cannot solve it, we need to raise a ConanInvalidConfigurationException. There should be some explanations in config.log file in the build folder.

ericLemanissier avatar Sep 05 '22 08:09 ericLemanissier

Is there a way for me to obtain that config.log since I can't reproduce this issue locally.

jellespijker avatar Sep 05 '22 09:09 jellespijker

you could do something similar to https://github.com/conan-io/conan-center-index/blob/master/recipes/qt/6.x.x/conanfile.py#L711-L720

ericLemanissier avatar Sep 05 '22 09:09 ericLemanissier

That would actually be a nice feature to implement for more complex recipes like this one.

Might implement this today, if my calendar allows it, otherwise tomorrow

jellespijker avatar Sep 05 '22 09:09 jellespijker

It also seems that I need to do some work to fix it for the v2 migration, looking at the linter. Will pick that up as well

jellespijker avatar Sep 05 '22 14:09 jellespijker

Failure in build 8 (f88f2fd773dd457ea3f581f9b675a7cd754eb91c):

  • cpython/2.7.18@: CI failed to create some packages (All logs)

    Logs for packageID 113c66262a1ab7a6d1cd09852dc058871832fcea:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=apple-clang
    compiler.libcxx=libc++
    compiler.version=11.0
    os=Macos
    [options]
    cpython:shared=False
    
    [...]
    checking for has_key... no
    checking for typeahead... no
    checking for use_env... no
    configure: checking for device files
    checking for /dev/ptmx... yes
    checking for /dev/ptc... no
    checking for %zd printf() format support... no
    checking for socklen_t... no
    checking for build directories... checking for --with-computed-gotos... no value specified
    checking whether cc supports computed gotos... no
    done
    checking for ensurepip... no
    configure: creating ./config.status
    config.status: creating Makefile.pre
    config.status: creating Modules/Setup.config
    config.status: creating Misc/python.pc
    config.status: creating Modules/ld_so_aix
    config.status: creating pyconfig.h
    creating Modules/Setup
    creating Modules/Setup.local
    creating Makefile
    
    
    If you want a release build with all optimizations active (LTO, PGO, etc),
    please run ./configure --enable-optimizations
    
    
    
    ----Running------
    > make -j4
    -----------------
    cc -c -fno-strict-aliasing -m64 -O3 -fPIC -isysroot /Applications/conan/xcode/11/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -arch x86_64 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -Isource_subfolder/Include -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/openssl/1.1.1l/_/_/package/f74366f76f700cc6e991285892ad7a23c30e6d47/include -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/expat/2.4.1/_/_/package/c2af20934eb6114018bf39eb2aa084128d52e0d7/include -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/libffi/3.2.1/_/_/package/f74366f76f700cc6e991285892ad7a23c30e6d47/include -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/mpdecimal/2.4.2/_/_/package/f74366f76f700cc6e991285892ad7a23c30e6d47/include -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/libxcrypt/4.4.25/_/_/package/f74366f76f700cc6e991285892ad7a23c30e6d47/include -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.8/_/_/package/32bef4803d4b079e983ecb27f105881e778bc5a7/include -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/gdbm/1.19/_/_/package/000816404a3433a6bf1745a2e66863f266abfb89/include -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/sqlite3/3.36.0/_/_/package/78c2bdd0f586e3dc4b9f24ed32481331c9f0657b/include -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/tk/8.6.10/_/_/package/538d4e45e1936cab65a74f89ce34673f4165eebd/include -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/ncurses/6.2/_/_/package/786068a67933102159166ec8dd1d2203e92816ef/include -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/ncurses/6.2/_/_/package/786068a67933102159166ec8dd1d2203e92816ef/include/ncursesw -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/tcl/8.6.10/_/_/package/eb50d18a5a5d59bd0c332464a4c348ab65e353bf/include -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/zlib/1.2.11/_/_/package/f74366f76f700cc6e991285892ad7a23c30e6d47/include -DSTATIC_BUILD -DNCURSES_STATIC -DFFI_BUILDING -DXML_STATIC -DNDEBUG  -DPy_BUILD_CORE -o Modules/python.o source_subfolder/Modules/python.c
    cc -c -fno-strict-aliasing -m64 -O3 -fPIC -isysroot /Applications/conan/xcode/11/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -arch x86_64 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -Isource_subfolder/Include -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/openssl/1.1.1l/_/_/package/f74366f76f700cc6e991285892ad7a23c30e6d47/include -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/expat/2.4.1/_/_/package/c2af20934eb6114018bf39eb2aa084128d52e0d7/include -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/libffi/3.2.1/_/_/package/f74366f76f700cc6e991285892ad7a23c30e6d47/include -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/mpdecimal/2.4.2/_/_/package/f74366f76f700cc6e991285892ad7a23c30e6d47/include -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/libxcrypt/4.4.25/_/_/package/f74366f76f700cc6e991285892ad7a23c30e6d47/include -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.8/_/_/package/32bef4803d4b079e983ecb27f105881e778bc5a7/include -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/gdbm/1.19/_/_/package/000816404a3433a6bf1745a2e66863f266abfb89/include -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/sqlite3/3.36.0/_/_/package/78c2bdd0f586e3dc4b9f24ed32481331c9f0657b/include -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/tk/8.6.10/_/_/package/538d4e45e1936cab65a74f89ce34673f4165eebd/include -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/ncurses/6.2/_/_/package/786068a67933102159166ec8dd1d2203e92816ef/include -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/ncurses/6.2/_/_/package/786068a67933102159166ec8dd1d2203e92816ef/include/ncursesw -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/tcl/8.6.10/_/_/package/eb50d18a5a5d59bd0c332464a4c348ab65e353bf/include -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/zlib/1.2.11/_/_/package/f74366f76f700cc6e991285892ad7a23c30e6d47/include -DSTATIC_BUILD -DNCURSES_STATIC -DFFI_BUILDING -DXML_STATIC -DNDEBUG  -DPy_BUILD_CORE -o Parser/acceler.o source_subfolder/Parser/acceler.c
    cpython/2.7.18: 
    configure: WARNING:
    
      By default, distutils will build C++ extension modules with "c++".
      If this is not intended, then set CXX on the configure command line.
    
    clang: error: invalid version number in 'MACOSX_DEPLOYMENT_TARGET=11.6'
    make: *** [Modules/python.o] Error 1
    make: *** Waiting for unfinished jobs....
    clang: error: invalid version number in 'MACOSX_DEPLOYMENT_TARGET=11.6'
    make: *** [Parser/acceler.o] Error 1
    WARN: tcl/8.6.10: requirement zlib/1.2.12 overridden by tk/8.6.10 to zlib/1.2.11 
    cpython/2.7.18: ERROR: Package '113c66262a1ab7a6d1cd09852dc058871832fcea' build failed
    cpython/2.7.18: WARN: Build folder /Users/jenkins/w/prod/BuildSingleReference/.conan/data/cpython/2.7.18/_/_/build/113c66262a1ab7a6d1cd09852dc058871832fcea
    ERROR: cpython/2.7.18: Error in build() method, line 436
    	autotools.make()
    	ConanException: Error 2 while executing make -j4
    
  • cpython/3.7.12@: Didn't run or was cancelled before finishing

  • cpython/3.9.7@: Didn't run or was cancelled before finishing

  • cpython/3.10.0@: Didn't run or was cancelled before finishing

  • cpython/3.10.4@: Didn't run or was cancelled before finishing

  • cpython/3.8.12@: 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 Sep 05 '22 18:09 conan-center-bot

Weird the previous build with Apple clang now succeed, while I technically didn't change anything just add a try, catch and reraise.

Anyhow I also get a new error in the 2.7 release

jellespijker avatar Sep 05 '22 18:09 jellespijker

Failure in build 9 (f88f2fd773dd457ea3f581f9b675a7cd754eb91c):

  • cpython/3.10.0@: Didn't run or was cancelled before finishing

  • cpython/3.10.4@: CI failed to create some packages (All logs)

    Logs for packageID 7a65905c9ac9d5e4c6409af9fa51bc0dc84a28a4:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=apple-clang
    compiler.libcxx=libc++
    compiler.version=11.0
    os=Macos
    [options]
    cpython:shared=False
    
    [...]
    pdfdir='${docdir}'
    prefix='/Users/jenkins/w/prod/BuildSingleReference/.conan/data/cpython/3.10.4/_/_/package/7a65905c9ac9d5e4c6409af9fa51bc0dc84a28a4'
    program_transform_name='s,x,x,'
    psdir='${docdir}'
    runstatedir='${localstatedir}/run'
    sbindir='${prefix}/bin'
    sharedstatedir='${prefix}/com'
    sysconfdir='${prefix}/etc'
    target_alias=''
    
    ## ----------- ##
    ## confdefs.h. ##
    ## ----------- ##
    
    /* confdefs.h */
    #define _GNU_SOURCE 1
    #define _NETBSD_SOURCE 1
    #define __BSD_VISIBLE 1
    #define _DARWIN_C_SOURCE 1
    #define _PYTHONFRAMEWORK ""
    #define STDC_HEADERS 1
    #define HAVE_SYS_TYPES_H 1
    #define HAVE_SYS_STAT_H 1
    #define HAVE_STDLIB_H 1
    #define HAVE_STRING_H 1
    #define HAVE_MEMORY_H 1
    #define HAVE_STRINGS_H 1
    #define HAVE_INTTYPES_H 1
    #define HAVE_STDINT_H 1
    #define HAVE_UNISTD_H 1
    #define __EXTENSIONS__ 1
    #define _ALL_SOURCE 1
    #define _GNU_SOURCE 1
    #define _POSIX_PTHREAD_SEMANTICS 1
    #define _TANDEM_SOURCE 1
    
    configure: exit 1
    
    cpython/3.10.4: 
    configure: WARNING: unrecognized options: --without-gcc
    Configured with: --prefix=/Applications/conan/xcode/11/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/conan/xcode/11/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/c++/4.2.1
    configure: error: check config.log and use the '--with-universal-archs' option
    WARN: tcl/8.6.10: requirement zlib/1.2.12 overridden by tk/8.6.10 to zlib/1.2.11 
    cpython/3.10.4: ERROR: Package '7a65905c9ac9d5e4c6409af9fa51bc0dc84a28a4' build failed
    cpython/3.10.4: WARN: Build folder /Users/jenkins/w/prod/BuildSingleReference/.conan/data/cpython/3.10.4/_/_/build/7a65905c9ac9d5e4c6409af9fa51bc0dc84a28a4
    ERROR: cpython/3.10.4: Error in build() method, line 435
    	autotools = self._configure_autotools()
    while calling '_configure_autotools', line 269
    	raise ConanException(e)
    	ConanException: Error 1 while executing source_subfolder/configure '--enable-shared=no' '--with-doc-strings=yes' '--with-pymalloc=yes' '--with-system-expat' '--with-system-ffi' '--enable-optimizations=no' '--with-lto=no' '--with-pydebug=no' '--with-system-libmpdec' '--with-openssl=/Users/jenkins/w/prod/BuildSingleReference/.conan/data/openssl/1.1.1l/_/_/package/f74366f76f700cc6e991285892ad7a23c30e6d47' '--enable-loadable-sqlite-extensions=yes' '--without-gcc' '--with-tcltk-includes=-I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/tcl/8.6.10/_/_/package/eb50d18a5a5d59bd0c332464a4c348ab65e353bf/include -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/tk/8.6.10/_/_/package/538d4e45e1936cab65a74f89ce34673f4165eebd/include -I/Users/jenkins/w/prod/BuildSingleReference/.conan/data/zlib/1.2.11/_/_/package/f74366f76f700cc6e991285892ad7a23c30e6d47/include' '--with-tcltk-libs=-ltdbcmysql1.1.1 -litcl4.2.0 -litclstub4.2.0 -ltdbcodbc1.1.1 -ltdbcpostgres1.1.1 -ltdbc1.1.1 -ltdbcstub1.1.1 -lthread2.8.5 -lsqlite3.30.1.2 -ltcl8.6 -ltclstub8.6 -ltk8.6 -ltkstub8.6 -lz' '--prefix=/Users/jenkins/w/prod/BuildSingleReference/.conan/data/cpython/3.10.4/_/_/package/7a65905c9ac9d5e4c6409af9fa51bc0dc84a28a4' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' 
    
  • cpython/3.7.12@: Didn't run or was cancelled before finishing

  • cpython/3.9.7@: Didn't run or was cancelled before finishing

  • cpython/2.7.18@: Didn't run or was cancelled before finishing

  • cpython/3.8.12@: 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 Sep 06 '22 08:09 conan-center-bot

The error for both cpython versions is actually the same: clang: error: invalid version number in 'MACOSX_DEPLOYMENT_TARGET=11.6'. Some information is available on https://stackoverflow.com/questions/63972113/big-sur-clang-invalid-version-error-due-to-macosx-deployment-target. The easiest solution seems to be to define environment variable SYSTEM_VERSION_COMPAT=1

ericLemanissier avatar Sep 06 '22 08:09 ericLemanissier

There are some errors reported by the linter, please, try to fix them (feel free to ask for help, if needeD). Thanks!

jgsogo avatar Sep 12 '22 17:09 jgsogo

Help!

I didn't got around to it, I'm slowly walking up the dependency chain: m4, autoconf, automake, libffi, tcl, tk, ncursors, all of them needed to be updated first to get cpython work on Windows for us.

Maybe one of my colleagues @nallath or @casperlamboo could also take a look at those linter errors.

jellespijker avatar Sep 12 '22 18:09 jellespijker