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

websocket-parser/1.0.2 #14381

Closed
wants to merge 11 commits into from
Closed

Conversation

goodtune
Copy link
Contributor

@goodtune goodtune commented Nov 23, 2022

Specify library name and version: websocket-parser/1.0.2

This is a new addition to ConanCenter which we are using as a dependency within our environment. I am not affiliated with the project, but have just raised php-ion/websocket-parser#3 to track this.


@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

Copy link
Contributor Author

@goodtune goodtune left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove default_options from test_package as per hooks feedback

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

It is a trivial project, wrapping it this way gives me portability to
Windows packaging as well.
@conan-center-bot

This comment has been minimized.

Testing on conanio/clang13-ubuntu18.04 and found this to cause build
failure.
@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline

Failure in build 11 (70b5b1030135152d43735301cf20efc8f1d44987):

  • websocket-parser/1.0.2@:
    CI failed to create some packages (All logs)

    Logs for packageID 3fb49604f9c2f729b85ba3115852006824e72cab:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=Visual Studio
    compiler.runtime=MD
    compiler.version=16
    os=Windows
    [options]
    websocket-parser:shared=False
    
    [...]
    -- The C compiler identification is MSVC 19.29.30146.0
    -- The CXX compiler identification is MSVC 19.29.30146.0
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped
    -- Detecting C compile features
    -- Detecting C compile features - done
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped
    -- Detecting CXX compile features
    -- Detecting CXX compile features - done
    -- Conan: called by CMake conan helper
    -- Conan: Adjusting output directories
    -- Conan: Using cmake targets configuration
    -- Library websocket-parser found C:/J/w/prod/BuildSingleReference@2/.conan/data/websocket-parser/1.0.2/_/_/package/3fb49604f9c2f729b85ba3115852006824e72cab/lib/websocket-parser.lib
    -- Conan: Adjusting default RPATHs Conan policies
    -- Conan: Adjusting language standard
    -- Library websocket-parser found C:/J/w/prod/BuildSingleReference@2/.conan/data/websocket-parser/1.0.2/_/_/package/3fb49604f9c2f729b85ba3115852006824e72cab/lib/websocket-parser.lib
    -- Found: C:/J/w/prod/BuildSingleReference@2/.conan/data/websocket-parser/1.0.2/_/_/package/3fb49604f9c2f729b85ba3115852006824e72cab/lib/websocket-parser.lib
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/J/w/prod/BuildSingleReference@2/conan-center-index/recipes/websocket-parser/all/test_v1_package/build/73f9309f1d77ec1f9516a20437ceceabca0cecd3
    
    ----Running------
    > cmake --build C:\J\w\prod\BuildSingleReference@2\conan-center-index\recipes\websocket-parser\all\test_v1_package\build\73f9309f1d77ec1f9516a20437ceceabca0cecd3 --config Release -- /m:8 /verbosity:minimal
    -----------------
    Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework
    Copyright (C) Microsoft Corporation. All rights reserved.
    
      Checking Build System
      Building Custom Rule C:/J/w/prod/BuildSingleReference@2/conan-center-index/recipes/websocket-parser/all/test_package/CMakeLists.txt
      test_package.c
    C:\J\w\prod\BuildSingleReference@2\conan-center-index\recipes\websocket-parser\all\test_package\test_package.c(5,43): error C2059: syntax error: '}' [C:\J\w\prod\BuildSingleReference@2\conan-center-index\recipes\websocket-parser\all\test_v1_package\build\73f9309f1d77ec1f9516a20437ceceabca0cecd3\test_package\test_package.vcxproj]
    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
    
    
    ERROR: websocket-parser/1.0.2 (test package): Error in build() method, line 14
    	cmake.build()
    	ConanException: Error 1 while executing cmake --build C:\J\w\prod\BuildSingleReference@2\conan-center-index\recipes\websocket-parser\all\test_v1_package\build\73f9309f1d77ec1f9516a20437ceceabca0cecd3 --config Release -- /m:8 /verbosity:minimal
    

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 Jan 8, 2023

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.

@stale stale bot added the stale label Jan 8, 2023
@stale
Copy link

stale bot commented Feb 11, 2023

This pull request has been automatically closed because it has not had recent activity. 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.

2 participants