Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[boost] b2 user-config.jam needs CXX binary to be quoted as path may contain spaces #4149

Closed

Conversation

garethsb
Copy link
Contributor

@garethsb garethsb commented Jan 7, 2021

Specify library name and version: boost/all

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

@ghost
Copy link

ghost commented Jan 7, 2021

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

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

@prince-chrismc
Copy link
Contributor

prince-chrismc commented Jan 7, 2021

#3362 this was recently removed

@madebr @SSE4 I dont know if you have any thoughts how both workflows can be supported


Could it be as simple as add quotes on windows and and no quotes when cross building?

@conan-center-bot

This comment has been minimized.

@conan-center-bot
Copy link
Collaborator

Some configurations of 'boost/1.75.0' failed in build 3 (3b7025f00a51983fd7eadae0f75f1dee23213160):

@ghost ghost mentioned this pull request Feb 12, 2021
@mathbunnyru
Copy link
Contributor

mathbunnyru commented Feb 23, 2021

@garethsb-sony zlib was updated 4 days ago, so the error about missing libraries should go away.
Could you please retrigger the build?

You need to close the PR, wait at least 10 seconds and then open it again.

I would also like to ask you to merge latest master in your branch - boost is updated quite often, so your version in a branch might be a bit old.

@mathbunnyru
Copy link
Contributor

And of course, @prince-chrismc's comment is very important.

@uilianries
Copy link
Member

Let's use the old fashion way

@uilianries uilianries closed this Feb 24, 2021
@uilianries uilianries reopened this Feb 24, 2021
@conan-center-bot
Copy link
Collaborator

Failure in build 4 (3b7025f00a51983fd7eadae0f75f1dee23213160):

  • boost/1.69.0@:
    All packages built successfully! (All logs)

  • boost/1.70.0@:
    An unexpected error happened and has been reported

  • boost/1.71.0@:
    An unexpected error happened and has been reported

  • boost/1.72.0@:
    An unexpected error happened and has been reported

  • boost/1.73.0@:
    Didn't run or was cancelled before finishing

  • boost/1.74.0@:
    Didn't run or was cancelled before finishing

  • boost/1.75.0@:
    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
Copy link
Collaborator

Failure in build 5 (3b7025f00a51983fd7eadae0f75f1dee23213160):

  • boost/1.73.0@:
    CI failed to create some packages (All logs)

    Logs for packageID 5a2eb7691d85103bedc2a61839f9659888d57e2f:
    [settings]
    arch=x86_64
    arch_build=x86_64
    build_type=Debug
    compiler=Visual Studio
    compiler.runtime=MTd
    compiler.version=14
    os=Windows
    os_build=Windows
    [options]
    boost:shared=False
    
    -- Generating done
    -- Build files have been written to: C:/J/w/BuildSingleReference/conan-center-index/recipes/boost/all/test_package/build/00aa9bed4be9343f6663e495d019607a6084bf4c
    
    ----Running------
    > cmake --build C:\J\w\BuildSingleReference\conan-center-index\recipes\boost\all\test_package\build\00aa9bed4be9343f6663e495d019607a6084bf4c --config Debug -- /m:16 /verbosity:minimal
    -----------------
    Microsoft (R) Build Engine version 14.0.25420.1
    Copyright (C) Microsoft Corporation. All rights reserved.
    
      Checking Build System
      Building Custom Rule C:/J/w/BuildSingleReference/conan-center-index/recipes/boost/all/test_package/CMakeLists.txt
      Building Custom Rule C:/J/w/BuildSingleReference/conan-center-index/recipes/boost/all/test_package/CMakeLists.txt
      Building Custom Rule C:/J/w/BuildSingleReference/conan-center-index/recipes/boost/all/test_package/CMakeLists.txt
      Building Custom Rule C:/J/w/BuildSingleReference/conan-center-index/recipes/boost/all/test_package/CMakeLists.txt
      Building Custom Rule C:/J/w/BuildSingleReference/conan-center-index/recipes/boost/all/test_package/CMakeLists.txt
      Building Custom Rule C:/J/w/BuildSingleReference/conan-center-index/recipes/boost/all/test_package/CMakeLists.txt
      chrono.cpp
      coroutine.cpp
      fiber.cpp
      locale.cpp
      nowide.cpp
      lambda.cpp
      Building Custom Rule C:/J/w/BuildSingleReference/conan-center-index/recipes/boost/all/test_package/CMakeLists.txt
      Building Custom Rule C:/J/w/BuildSingleReference/conan-center-index/recipes/boost/all/test_package/CMakeLists.txt
      random.cpp
      Building Custom Rule C:/J/w/BuildSingleReference/conan-center-index/recipes/boost/all/test_package/CMakeLists.txt
      regex.cpp
      test.cpp
    C:\J\w\BuildSingleReference\conan-center-index\recipes\boost\all\test_package\random.cpp(15): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\conan-center-index\recipes\boost\all\test_package\build\00aa9bed4be9343f6663e495d019607a6084bf4c\random_exe.vcxproj]
    MSBUILD : error MSB4166: Child node "6" exited prematurely. Shutting down. Diagnostic information may be found in files in the temporary files directory named MSBuild_*.failure.txt.
    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(638,5): error MSB6006: "link.exe" exited with code -1073741510. [C:\J\w\BuildSingleReference\conan-center-index\recipes\boost\all\test_package\build\00aa9bed4be9343f6663e495d019607a6084bf4c\chrono_exe.vcxproj]
    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(638,5): error MSB6006: "link.exe" exited with code 1. [C:\J\w\BuildSingleReference\conan-center-index\recipes\boost\all\test_package\build\00aa9bed4be9343f6663e495d019607a6084bf4c\lambda_exe.vcxproj]
    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(638,5): error MSB6006: "link.exe" exited with code 1. [C:\J\w\BuildSingleReference\conan-center-index\recipes\boost\all\test_package\build\00aa9bed4be9343f6663e495d019607a6084bf4c\random_exe.vcxproj]
    CMake Warning:
      Manually-specified variables were not used by the project:
    
        Boost_USE_STATIC_LIBS
        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
    
    
    ERROR: boost/1.73.0 (test package): Error in build() method, line 38
    	cmake.build()
    	ConanException: Error 1 while executing cmake --build C:\J\w\BuildSingleReference\conan-center-index\recipes\boost\all\test_package\build\00aa9bed4be9343f6663e495d019607a6084bf4c --config Debug -- /m:16 /verbosity:minimal
    
  • boost/1.75.0@:
    An unexpected error happened and has been reported

  • boost/1.69.0@:
    All packages built successfully! (All logs)

  • boost/1.70.0@:
    An unexpected error happened and has been reported

  • boost/1.71.0@:
    Didn't run or was cancelled before finishing

  • boost/1.72.0@:
    Didn't run or was cancelled before finishing

  • boost/1.74.0@:
    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.

@prince-chrismc
Copy link
Contributor

MSBUILD : error MSB4166: Child node "6" exited prematurely. Shutting down. Diagnostic information may be found in files in the temporary files directory named MSBuild_*.failure.txt.

@jgsogo
Copy link
Contributor

jgsogo commented Feb 25, 2021

It looks like it's related to memory, Windows node running out of RAM/swap memory. Too many big jobs like boost running at the same time in the same Windows machine. Maybe it's been bad luck...

If that is the case I see different alternatives:

  • reduce the number of jobs that can run in parallel in the same machine
  • tell Conan to use parallel=False (CCI configuration): if we are already running jobs in parallel, the machine can be very stressed if every compilation is using cpu_count processes to build.

Or maybe it is something unrelated 🤔 cc/ @danimtb

Meanwhile triggering the build again...

@conan-center-bot
Copy link
Collaborator

Failure in build 6 (3b7025f00a51983fd7eadae0f75f1dee23213160):

  • boost/1.69.0@:
    All packages built successfully! (All logs)

  • boost/1.70.0@:
    CI failed to create some packages (All logs)

    Logs for packageID 119001baca238a82d6ebdec708b2000528404e24:
    [settings]
    arch=x86_64
    arch_build=x86_64
    build_type=Debug
    compiler=apple-clang
    compiler.libcxx=libc++
    compiler.version=11.0
    os=Macos
    os_build=Macos
    [options]
    boost:shared=True
    
        boost/1.70.0 from local cache - Cache
        bzip2/1.0.8 from 'conan-center' - Cache
        libiconv/1.16 from 'conan-center' - Cache
        zlib/1.2.11 from 'conan-center' - Cache
    Packages
        boost/1.70.0:119001baca238a82d6ebdec708b2000528404e24 - Build
        bzip2/1.0.8:e26f883c3e136952d830bcdc838898582f2a8d80 - Cache
        libiconv/1.16:0aa7be2d0914b6f3128105e305c90b9cb0cae86d - Cache
        zlib/1.2.11:0aa7be2d0914b6f3128105e305c90b9cb0cae86d - Cache
    Build requirements
        b2/4.2.0 from 'conan-center' - Cache
    Build requirements packages
        b2/4.2.0:46f53f156846659bf39ad6675fa0ee8156e859fe - Cache
    
    Installing (downloading, building) binaries...
    b2/4.2.0: Already installed!
    [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
    [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK
    bzip2/1.0.8: Already installed!
    bzip2/1.0.8: Appending PATH environment variable: /Users/jenkins/w/BuildSingleReference@3/.conan/data/bzip2/1.0.8/_/_/package/e26f883c3e136952d830bcdc838898582f2a8d80/bin
    [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
    [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK
    libiconv/1.16: Already installed!
    libiconv/1.16: Appending PATH environment var: /Users/jenkins/w/BuildSingleReference@3/.conan/data/libiconv/1.16/_/_/package/0aa7be2d0914b6f3128105e305c90b9cb0cae86d/bin
    [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
    [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK
    zlib/1.2.11: Already installed!
    [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
    [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK
    boost/1.70.0: Applying build-requirement: b2/4.2.0
    boost/1.70.0: Building your package in /Users/jenkins/w/BuildSingleReference@3/.conan/data/boost/1.70.0/_/_/build/119001baca238a82d6ebdec708b2000528404e24
    boost/1.70.0: Generator txt created conanbuildinfo.txt
    [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed
    [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK
    boost/1.70.0: Calling build()
    boost/1.70.0: 
    b2/4.2.0: WARN: Lib folder doesn't exist, can't collect libraries: /Users/jenkins/w/BuildSingleReference@3/.conan/data/b2/4.2.0/_/_/package/46f53f156846659bf39ad6675fa0ee8156e859fe/lib
    [HOOK - conan-center.py] post_package_info(): WARN: [LIBRARY DOES NOT EXIST (KB-H054)] Component b2::b2 libdir "lib" does not contain any library
    [HOOK - conan-center.py] post_package_info(): WARN: [LIBRARY DOES NOT EXIST (KB-H054)] Component b2::b2 libdir "lib" does not contain any declared library
    boost/1.70.0: WARN: Build folder is dirty, removing it: /Users/jenkins/w/BuildSingleReference@3/.conan/data/boost/1.70.0/_/_/build/119001baca238a82d6ebdec708b2000528404e24
    boost/1.70.0: WARN: Patching user-config.jam
    boost/1.70.0: ERROR: Package '119001baca238a82d6ebdec708b2000528404e24' build failed
    boost/1.70.0: WARN: Build folder /Users/jenkins/w/BuildSingleReference@3/.conan/data/boost/1.70.0/_/_/build/119001baca238a82d6ebdec708b2000528404e24
    ERROR: boost/1.70.0: Error in build() method, line 657
    	self._create_user_config_jam(self._boost_build_dir)
    while calling '_create_user_config_jam', line 992
    	contents += create_library_config("zlib", "zlib")
    while calling 'create_library_config', line 979
    	lib = self.deps_cpp_info[deps_name].libs[0]
    	IndexError: list index out of range
    
  • boost/1.71.0@:
    CI failed to create some packages (All logs)

    Logs for packageID e8c0d6991dc9a52603abad4a29cda40c4f2612b8:
    [settings]
    arch=x86_64
    arch_build=x86_64
    build_type=Release
    compiler=apple-clang
    compiler.libcxx=libc++
    compiler.version=12.0
    os=Macos
    os_build=Macos
    [options]
    boost:shared=True
    
        boost/1.71.0 from local cache - Cache
        bzip2/1.0.8 from 'conan-center' - Cache
        libiconv/1.16 from 'conan-center' - Cache
        zlib/1.2.11 from 'conan-center' - Cache
    Packages
        boost/1.71.0:e8c0d6991dc9a52603abad4a29cda40c4f2612b8 - Build
        bzip2/1.0.8:75fe66fbfe61230e9fcbb361f13b6b3baa483e0a - Cache
        libiconv/1.16:647afeb69d3b0a2d3d316e80b24d38c714cc6900 - Cache
        zlib/1.2.11:647afeb69d3b0a2d3d316e80b24d38c714cc6900 - Cache
    Build requirements
        b2/4.2.0 from 'conan-center' - Cache
    Build requirements packages
        b2/4.2.0:46f53f156846659bf39ad6675fa0ee8156e859fe - Cache
    
    Installing (downloading, building) binaries...
    b2/4.2.0: Already installed!
    [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
    [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK
    bzip2/1.0.8: Already installed!
    bzip2/1.0.8: Appending PATH environment variable: /Users/jenkins/w/BuildSingleReference@3/.conan/data/bzip2/1.0.8/_/_/package/75fe66fbfe61230e9fcbb361f13b6b3baa483e0a/bin
    [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
    [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK
    libiconv/1.16: Already installed!
    libiconv/1.16: Appending PATH environment var: /Users/jenkins/w/BuildSingleReference@3/.conan/data/libiconv/1.16/_/_/package/647afeb69d3b0a2d3d316e80b24d38c714cc6900/bin
    [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
    [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK
    zlib/1.2.11: Already installed!
    [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
    [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK
    boost/1.71.0: Applying build-requirement: b2/4.2.0
    boost/1.71.0: Building your package in /Users/jenkins/w/BuildSingleReference@3/.conan/data/boost/1.71.0/_/_/build/e8c0d6991dc9a52603abad4a29cda40c4f2612b8
    boost/1.71.0: Generator txt created conanbuildinfo.txt
    [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed
    [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK
    boost/1.71.0: Calling build()
    boost/1.71.0: 
    b2/4.2.0: WARN: Lib folder doesn't exist, can't collect libraries: /Users/jenkins/w/BuildSingleReference@3/.conan/data/b2/4.2.0/_/_/package/46f53f156846659bf39ad6675fa0ee8156e859fe/lib
    [HOOK - conan-center.py] post_package_info(): WARN: [LIBRARY DOES NOT EXIST (KB-H054)] Component b2::b2 libdir "lib" does not contain any library
    [HOOK - conan-center.py] post_package_info(): WARN: [LIBRARY DOES NOT EXIST (KB-H054)] Component b2::b2 libdir "lib" does not contain any declared library
    boost/1.71.0: WARN: Build folder is dirty, removing it: /Users/jenkins/w/BuildSingleReference@3/.conan/data/boost/1.71.0/_/_/build/e8c0d6991dc9a52603abad4a29cda40c4f2612b8
    boost/1.71.0: WARN: Patching user-config.jam
    boost/1.71.0: ERROR: Package 'e8c0d6991dc9a52603abad4a29cda40c4f2612b8' build failed
    boost/1.71.0: WARN: Build folder /Users/jenkins/w/BuildSingleReference@3/.conan/data/boost/1.71.0/_/_/build/e8c0d6991dc9a52603abad4a29cda40c4f2612b8
    ERROR: boost/1.71.0: Error in build() method, line 657
    	self._create_user_config_jam(self._boost_build_dir)
    while calling '_create_user_config_jam', line 992
    	contents += create_library_config("zlib", "zlib")
    while calling 'create_library_config', line 979
    	lib = self.deps_cpp_info[deps_name].libs[0]
    	IndexError: list index out of range
    
  • boost/1.73.0@:
    CI failed to create some packages (All logs)

    Logs for packageID 32bcd37a8e6a5f7a6ecec1dc21f4fb41af9d8c51:
    [settings]
    arch=x86_64
    arch_build=x86_64
    build_type=Release
    compiler=clang
    compiler.libcxx=libstdc++
    compiler.version=10
    os=Linux
    os_build=Linux
    [options]
    boost:shared=False
    
        boost/1.73.0 from local cache - Cache
        bzip2/1.0.8 from 'conan-center' - Cache
        libiconv/1.16 from 'conan-center' - Cache
        zlib/1.2.11 from 'conan-center' - Cache
    Packages
        boost/1.73.0:32bcd37a8e6a5f7a6ecec1dc21f4fb41af9d8c51 - Build
        bzip2/1.0.8:7335ce7557cf2fc68688ae880c61a352969fba18 - Cache
        libiconv/1.16:2b1e5ff9df96aaf5924c273e1368c632fcb32dd2 - Cache
        zlib/1.2.11:2b1e5ff9df96aaf5924c273e1368c632fcb32dd2 - Cache
    Build requirements
        b2/4.2.0 from 'conan-center' - Cache
    Build requirements packages
        b2/4.2.0:4db1be536558d833e52e862fd84d64d75c2b3656 - Cache
    
    Installing (downloading, building) binaries...
    b2/4.2.0: Already installed!
    [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
    [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK
    bzip2/1.0.8: Already installed!
    bzip2/1.0.8: Appending PATH environment variable: /home/conan/w/BuildSingleReference/.conan/data/bzip2/1.0.8/_/_/package/7335ce7557cf2fc68688ae880c61a352969fba18/bin
    [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
    [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK
    libiconv/1.16: Already installed!
    libiconv/1.16: Appending PATH environment var: /home/conan/w/BuildSingleReference/.conan/data/libiconv/1.16/_/_/package/2b1e5ff9df96aaf5924c273e1368c632fcb32dd2/bin
    [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
    [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK
    zlib/1.2.11: Already installed!
    [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
    [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK
    boost/1.73.0: Applying build-requirement: b2/4.2.0
    boost/1.73.0: Building your package in /home/conan/w/BuildSingleReference/.conan/data/boost/1.73.0/_/_/build/32bcd37a8e6a5f7a6ecec1dc21f4fb41af9d8c51
    boost/1.73.0: Generator txt created conanbuildinfo.txt
    [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed
    [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK
    boost/1.73.0: Calling build()
    boost/1.73.0: 
    b2/4.2.0: WARN: Lib folder doesn't exist, can't collect libraries: /home/conan/w/BuildSingleReference/.conan/data/b2/4.2.0/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/lib
    [HOOK - conan-center.py] post_package_info(): WARN: [LIBRARY DOES NOT EXIST (KB-H054)] Component b2::b2 libdir "lib" does not contain any library
    [HOOK - conan-center.py] post_package_info(): WARN: [LIBRARY DOES NOT EXIST (KB-H054)] Component b2::b2 libdir "lib" does not contain any declared library
    boost/1.73.0: WARN: Build folder is dirty, removing it: /home/conan/w/BuildSingleReference/.conan/data/boost/1.73.0/_/_/build/32bcd37a8e6a5f7a6ecec1dc21f4fb41af9d8c51
    boost/1.73.0: WARN: Patching user-config.jam
    boost/1.73.0: ERROR: Package '32bcd37a8e6a5f7a6ecec1dc21f4fb41af9d8c51' build failed
    boost/1.73.0: WARN: Build folder /home/conan/w/BuildSingleReference/.conan/data/boost/1.73.0/_/_/build/32bcd37a8e6a5f7a6ecec1dc21f4fb41af9d8c51
    ERROR: boost/1.73.0: Error in build() method, line 657
    	self._create_user_config_jam(self._boost_build_dir)
    while calling '_create_user_config_jam', line 992
    	contents += create_library_config("zlib", "zlib")
    while calling 'create_library_config', line 979
    	lib = self.deps_cpp_info[deps_name].libs[0]
    	IndexError: list index out of range
    
  • boost/1.72.0@:
    Didn't run or was cancelled before finishing

  • boost/1.74.0@:
    Didn't run or was cancelled before finishing

  • boost/1.75.0@:
    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
Copy link
Collaborator

Failure in build 7 (3b7025f00a51983fd7eadae0f75f1dee23213160):

  • boost/1.69.0@:
    All packages built successfully! (All logs)

  • boost/1.71.0@:
    An unexpected error happened and has been reported

  • boost/1.70.0@:
    All packages built successfully! (All logs)

  • boost/1.72.0@:
    An unexpected error happened and has been reported

  • boost/1.73.0@:
    Didn't run or was cancelled before finishing

  • boost/1.74.0@:
    Didn't run or was cancelled before finishing

  • boost/1.75.0@:
    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.

@stale
Copy link

stale bot commented Apr 6, 2021

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

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

Successfully merging this pull request may close these issues.

7 participants