Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder curl-unthreaded-solaris10-sparc Build #13112

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionc5d63c6b4c13186669e3dbc6d437a797ec2a419f
Got Revisionc5d63c6b4c13186669e3dbc6d437a797ec2a419f
Changes5 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 19 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 35 mins, 30 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13112 Build
codebase Build
got_revision c5d63c6b4c13186669e3dbc6d437a797ec2a419f Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c5d63c6b4c13186669e3dbc6d437a797ec2a419f Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSat Apr 26 16:18:52 2025
EndSun Apr 27 00:09:07 2025
Elapsed7 hrs, 50 mins, 14 secs

All Changes:

:

  1. Change #228396

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 26 Apr 2025 09:20:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 54ef546ec4f1a9f251674fe4501bbf98df911074

    Comments

    GHA/linux: formatting nit [ci skip]
    Cherry-picked from #16973

    Changed files

    • .github/workflows/linux.yml
  2. Change #228405

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 26 Apr 2025 12:59:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f9eb9e5e23262705d2b108f7cf03a920dd77d7ae

    Comments

    cmake: use `LIB_NAME` in `curl-config.cmake.in`
    Cherry-picked from #16973
    Closes #17195

    Changed files

    • CMake/curl-config.cmake.in
    • CMakeLists.txt
    • lib/CMakeLists.txt
  3. Change #228406

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 26 Apr 2025 12:59:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4b7accda5ae3f2e663aa3f3853805241ef87c2fe

    Comments

    build: enable gcc-12/13+, clang-10+ picky warnings
    Cherry-picked from #17190
    Closes #17196

    Changed files

    • CMake/PickyWarnings.cmake
    • m4/curl-compilers.m4
  4. Change #228407

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 26 Apr 2025 12:59:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 978ef7074a68e395da4a7ddd10507014f13ffe83

    Comments

    cmake: honor individual picky option overrides found in `CMAKE_C_FLAGS`
    Also to sync up with similar `./configure` feature via
    `CURL_ADD_COMPILER_WARNINGS()`.
    
    Example: `-DCMAKE_C_FLAGS=-Wno-xor-used-as-pow`
    
    It may be useful as a workaround if a specific build combination hits
    a picky warning within curl's source code. If such happens, we do
    appreciate a report to fix it in curl itself.
    
    Closes #17197

    Changed files

    • CMake/PickyWarnings.cmake
  5. Change #228412

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 26 Apr 2025 15:37:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c5d63c6b4c13186669e3dbc6d437a797ec2a419f

    Comments

    GHA/windows: add gcc-15 job
    It's taking 2.5 minutes and planned for removal when MSYS2 gcc-15 gets
    deployed in CI.
    
    15.0.1 builds significantly faster than 9.5.0. (But still slower than
    7.3.0 and 6.4.0)
    
    Ref: https://github.com/msys2/MINGW-packages/commit/f59921184b35858d4ceb91679578de0d62475cbf
    Ref: https://github.com/msys2/MINGW-packages/pull/24037
    
    Closes #17190

    Changed files

    • .github/workflows/windows.yml