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

Builder curl-ares-solaris11-i386 Build #4514

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 45 mins, 18 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-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4514 Build
codebase Build
got_revision aef128ef50a0689d414103e8d6c337ccb9d9f2cd Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision aef128ef50a0689d414103e8d6c337ccb9d9f2cd Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSun Jan 18 12:58:00 2026
EndSun Jan 18 15:28:13 2026
Elapsed2 hrs, 30 mins, 13 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