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

ohPipeline: 1.155.1133 #23835

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

Conversation

DoomHammer
Copy link
Contributor

Specify library name and version: ohpipeline/1.155.1133


@DoomHammer
Copy link
Contributor Author

@danimtb I decided to give your proposition a try and as an exercise I packaged this using the original Waf stuff. It's not as bad as I expected it to be.

@DoomHammer
Copy link
Contributor Author

Now let's see which platforms break on 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.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@DoomHammer
Copy link
Contributor Author

OK. Why is Linux GCC working fine on v1 but not on v2 (even though it builds on my machine, but let's not get started on that...)?

@conan-center-bot

This comment has been minimized.

@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ❌

Failure in build 10 (1bbd00ccdeba112c6b41be60a69b6a091d1e7b5d):

  • ohpipeline/1.139.1000:
    All packages built successfully! (All logs)

  • ohpipeline/1.155.1133:
    CI failed to create some packages (All logs)

    Logs for packageID 918e0b7f452b745128eaea78a5aaeb94f1f8007d:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=clang
    compiler.libcxx=libc++
    compiler.version=13
    os=Linux
    
    [...]
                                                    ^
    ../../../../../../../../openssl/3.2.1/_/_/package/b00718575636f7c161e1065dc31d9e1747eae901/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
    #     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                       ^
    6 warnings generated.
    
    ../OpenHome/Av/Raop/ProtocolRaop.cpp:1502:5: warning: 'AES_cbc_encrypt' is deprecated [-Wdeprecated-declarations]
        AES_cbc_encrypt(inBuf, outBuf, aEncryptedIn.Bytes(), (AES_KEY*)iKey.Ptr(), initVector, AES_DECRYPT);
        ^
    ../../../../../../../../openssl/3.2.1/_/_/package/b00718575636f7c161e1065dc31d9e1747eae901/include/openssl/aes.h:65:1: note: 'AES_cbc_encrypt' has been explicitly marked deprecated here
    OSSL_DEPRECATEDIN_3_0
    ^
    ../../../../../../../../openssl/3.2.1/_/_/package/b00718575636f7c161e1065dc31d9e1747eae901/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
    #   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                    ^
    ../../../../../../../../openssl/3.2.1/_/_/package/b00718575636f7c161e1065dc31d9e1747eae901/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
    #     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                       ^
    1 warning generated.
    
    ld: error: undefined symbol: std::__1::__vector_base_common<true>::__throw_length_error() const
    >>> referenced by vector:398 (/usr/local/bin/../include/c++/v1/vector:398)
    >>>               Printer.o:(std::__1::__vector_base<OpenHome::RamLogger::Chunk*, std::__1::allocator<OpenHome::RamLogger::Chunk*> >::__throw_length_error() const) in archive ../../../../../../../../ohnet/1.36.5344/_/_/package/e43d6f41352918bb26384c81d911e0d285818df4/lib/libohNetCore.a
    >>> referenced by vector:398 (/usr/local/bin/../include/c++/v1/vector:398)
    >>>               Env.o:(std::__1::__vector_base<OpenHome::MListener*, std::__1::allocator<OpenHome::MListener*> >::__throw_length_error() const) in archive ../../../../../../../../ohnet/1.36.5344/_/_/package/e43d6f41352918bb26384c81d911e0d285818df4/lib/libohNetCore.a
    >>> referenced by vector:398 (/usr/local/bin/../include/c++/v1/vector:398)
    >>>               Env.o:(std::__1::__vector_base<OpenHome::ISuspendObserver*, std::__1::allocator<OpenHome::ISuspendObserver*> >::__throw_length_error() const) in archive ../../../../../../../../ohnet/1.36.5344/_/_/package/e43d6f41352918bb26384c81d911e0d285818df4/lib/libohNetCore.a
    >>> referenced 18 more times
    
    ld: error: undefined symbol: std::bad_alloc::bad_alloc()
    >>> referenced by Env.cpp:159 (OpenHome/Env.cpp:159)
    >>>               Env.o:(OpenHome::Environment::Construct(OpenHome::FunctorMsg&, OpenHome::Environment::EThreadScheduling)) in archive ../../../../../../../../ohnet/1.36.5344/_/_/package/e43d6f41352918bb26384c81d911e0d285818df4/lib/libohNetCore.a
    >>> referenced by Thread.cpp:20 (OpenHome/Thread.cpp:20)
    >>>               Thread.o:(OpenHome::Semaphore::Semaphore(char const*, unsigned int)) in archive ../../../../../../../../ohnet/1.36.5344/_/_/package/e43d6f41352918bb26384c81d911e0d285818df4/lib/libohNetCore.a
    >>> referenced by Thread.cpp:64 (OpenHome/Thread.cpp:64)
    >>>               Thread.o:(OpenHome::Mutex::Mutex(char const*)) in archive ../../../../../../../../ohnet/1.36.5344/_/_/package/e43d6f41352918bb26384c81d911e0d285818df4/lib/libohNetCore.a
    >>> referenced 5 more times
    >>> did you mean: std::bad_alloc::~bad_alloc()
    >>> defined in: /usr/local/bin/../lib/gcc/x86_64-linux-gnu/10.3.0/../../../../lib64/libstdc++.so
    clang-13: error: linker command failed with exit code 1 (use -v to see invocation)
    
    Build failed
     -> task in 'TestMsg' failed with exit status 1 (run with -v to display more information)
    WARN: *** Conan 1 is legacy and on a deprecation path ***
    WARN: *** Please upgrade to Conan 2 ***
    ohpipeline/1.155.1133: ERROR: Package '918e0b7f452b745128eaea78a5aaeb94f1f8007d' build failed
    ohpipeline/1.155.1133: WARN: Build folder /home/conan/workspace/prod-v1/bsr/36300/feecd/.conan/data/ohpipeline/1.155.1133/_/_/build/918e0b7f452b745128eaea78a5aaeb94f1f8007d/build-release
    ERROR: ohpipeline/1.155.1133: Error in build() method, line 85
    	self.run("waf build")
    	ConanException: Error 1 while executing waf build
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.


Conan v2 pipeline ❌

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

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

See details:

Failure in build 10 (1bbd00ccdeba112c6b41be60a69b6a091d1e7b5d):

  • ohpipeline/1.139.1000:
    All packages built successfully! (All logs)

  • ohpipeline/1.155.1133:
    CI failed to create some packages (All logs)

    Logs for packageID 4af4b272bcba5d59d8783da122247f8c528279d4:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=True
    
    [...]
    [489/663] Compiling OpenHome/Av/Songcast/ProtocolOhu.cpp
    [490/663] Compiling OpenHome/Av/Songcast/OhmSender.cpp
    [491/663] Compiling build/Generated/DvAvOpenhomeOrgSender2.cpp
    [492/663] Compiling OpenHome/Av/Songcast/ProtocolOhm.cpp
    [493/663] Compiling OpenHome/Av/Songcast/ProtocolOhBase.cpp
    [494/663] Compiling OpenHome/Av/Songcast/OhmSocket.cpp
    [495/663] Linking build/libSourceRadio.a
    [496/663] Compiling OpenHome/Av/Songcast/Ohm.cpp
    [497/663] Compiling OpenHome/Av/Songcast/ProviderReceiver.cpp
    [498/663] Compiling OpenHome/Av/Songcast/Sender.cpp
    [499/663] Compiling OpenHome/Av/Utils/DriverSongcastSender.cpp
    [500/663] Compiling build/Generated/DvAvOpenhomeOrgReceiver1.cpp
    [501/663] Compiling OpenHome/Av/Songcast/SenderThread.cpp
    [502/663] Compiling OpenHome/Av/Songcast/OhmMsg.cpp
    [503/663] Compiling OpenHome/Av/Songcast/SourceReceiver.cpp
    [504/663] Compiling OpenHome/Av/Songcast/ZoneHandler.cpp
    [505/663] Compiling OpenHome/Av/Songcast/Splitter.cpp
    [506/663] Compiling OpenHome/Web/Tests/TestWebAppFramework.cpp
    [507/663] Compiling OpenHome/Av/Scd/Receiver/UriProviderScd.cpp
    [508/663] Compiling OpenHome/Av/Scd/ScdMsg.cpp
    [509/663] Compiling OpenHome/Av/Scd/Receiver/ProtocolScd.cpp
    [510/663] Compiling OpenHome/Av/Scd/Receiver/SourceScd.cpp
    [511/663] Linking build/libSourceSongcast.a
    [512/663] Compiling OpenHome/Web/ConfigUi/Tests/TestConfigUi.cpp
    [513/663] Compiling OpenHome/Media/Tests/TestShellMain.cpp
    [514/663] Compiling OpenHome/Media/Tests/TestMsgMain.cpp
    [515/663] Linking build/libSourceScd.a
    [516/663] Compiling OpenHome/Media/Tests/TestStarvationRamperMain.cpp
    [517/663] Compiling OpenHome/Media/Tests/TestStreamValidatorMain.cpp
    [518/663] Linking build/libWebAppFrameworkTestUtils.a
    [519/663] Linking build/TestMsg
    [520/663] Compiling OpenHome/Media/Tests/TestSeekerMain.cpp
    [521/663] Linking build/TestShell
    [522/663] Linking build/TestStarvationRamper
    [523/663] Linking build/TestStreamValidator
    /opt/conan/binutils/bin/ld: cannot find -lssl
    /opt/conan/binutils/bin/ld: cannot find -lcrypto
    /opt/conan/binutils/bin/ld: cannot find -lz
    collect2: error: ld returned 1 exit status
    
    Waf: Leaving directory `/home/conan/workspace/prod-v2/bsr/32649/cfdcf/p/b/ohpipe8cb6bfcdad95/b/src/build'
    Build failed
     -> task in 'TestShell' failed with exit status 1 (run with -v to display more information)
    
    ohpipeline/1.155.1133: ERROR: 
    Package '4af4b272bcba5d59d8783da122247f8c528279d4' build failed
    ohpipeline/1.155.1133: WARN: Build folder /home/conan/workspace/prod-v2/bsr/32649/cfdcf/p/b/ohpipe8cb6bfcdad95/b/build-release
    ERROR: ohpipeline/1.155.1133: Error in build() method, line 85
    	self.run("waf build")
    	ConanException: Error 1 while executing
    

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.

@DoomHammer
Copy link
Contributor Author

Both pipelines fail with errors I cannot reproduce locally. I'm calling it a day!

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

Successfully merging this pull request may close these issues.

2 participants