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

Builder curl-ares-solaris11-i386 Build #4992

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision7c0a8fc2106ed4ce0570aa245bfdcaf5ff67cf37
Got Revision7c0a8fc2106ed4ce0570aa245bfdcaf5ff67cf37
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 6 mins, 1 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 22 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 4992 Build
codebase Build
got_revision 7c0a8fc2106ed4ce0570aa245bfdcaf5ff67cf37 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7c0a8fc2106ed4ce0570aa245bfdcaf5ff67cf37 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. Stefan Eissing
  2. Viktor Szakats

Timing:

StartFri Apr 24 15:26:12 2026
EndFri Apr 24 17:43:36 2026
Elapsed2 hrs, 17 mins, 24 secs

All Changes:

:

  1. Change #265349

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 24 Apr 2026 13:10:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b6e0ecb3f28708bf49208738bec69a2dd0cbeb17

    Comments

    resolve: pass bool for proxy resolves
    So that CURLcode failure is correct and not figured out later via
    `conn->bits.proxy`. Add the flag to the async struct.
    
    `for_proxy` is figured out by the caller of Curl_resolv() when it
    figures out which host/proxy name it wants the addresses for.
    
    Remove CONN_IS_PROXIED macro as no longer needed.
    
    Closes #21423

    Changed files

    • lib/asyn-ares.c
    • lib/asyn-base.c
    • lib/asyn-thrdd.c
    • lib/asyn.h
    • lib/cf-dns.c
    • lib/cf-ip-happy.c
    • lib/connect.c
    • lib/doh.c
    • lib/hostip.c
    • lib/hostip.h
    • lib/url.c
    • lib/urldata.h
  2. Change #265361

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 24 Apr 2026 15:03:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7c0a8fc2106ed4ce0570aa245bfdcaf5ff67cf37

    Comments

    GHA/windows: disable ssh-ed25519 hostkey in libssh2-wincng jobs
    libssh2 built with the WinCNG crypto backend does not support ed25519
    hostkeys.
    
    Ref: #21438
    Follow-up to acda4eae5eeb24a7b0ab9ec7b1783d74eb43687c #21223
    
    Closes #21439

    Changed files

    • .github/workflows/windows.yml