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

Builder curl-threaded-solaris11-sparc Build #5148

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionaef128ef50a0689d414103e8d6c337ccb9d9f2cd
Got Revisionaef128ef50a0689d414103e8d6c337ccb9d9f2cd
Changes1 change

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 24 mins, 41 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 5148 Build
codebase Build
got_revision aef128ef50a0689d414103e8d6c337ccb9d9f2cd Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision aef128ef50a0689d414103e8d6c337ccb9d9f2cd Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSun Jan 18 12:58:01 2026
EndSun Jan 18 13:47:00 2026
Elapsed48 mins, 59 secs

All Changes:

:

  1. Change #255502

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 18 Jan 2026 12:45:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision aef128ef50a0689d414103e8d6c337ccb9d9f2cd

    Comments

    hostip: fix unreachable code in rare build configuration
    with cmake options:
    ```
    -DCMAKE_UNITY_BUILD=OFF -DCURL_DISABLE_HTTP=ON -DENABLE_THREADED_RESOLVER=OFF
    ```
    
    Fixing (seen with Apple clang 17):
    ```
    lib/hostip.c:939:16: error: code will never be executed [-Werror,-Wunreachable-code]
      940 |       *entry = dns;
          |                ^~~
    ```
    
    Closes #20344

    Changed files

    • lib/hostip.c