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

Builder curl-ares-solaris11-sparc Build #5415

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartSat Mar 7 13:49:28 2026
EndSat Mar 7 14:19:10 2026
Elapsed29 mins, 41 secs

All Changes:

:

  1. Change #260194

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 07 Mar 2026 13:36:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 08d6497005939959b7ace7e8e107d4766c5a7795

    Comments

    cf-socket: ignore SOCK_CLOEXEC etc for socktype equality checks
    As the SOCK_CLOEXEC and SOCK_NONBLOCK get ORed to the socktype, this
    introduces the cf_socktype() function to use when checking for the
    specific socket type: DGRAM or STREAM. The function filters off the
    non-type related bits to enable the comparison.
    
    Follow-up to 05367694ecf24a5d39f
    
    Closes #20808

    Changed files

    • lib/cf-socket.c