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

Builder curl-ares-solaris11-i386 Build #4722

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision2f8fe96d6d74f05b03c3ef0f94691bd70c6f9914
Got Revision2f8fe96d6d74f05b03c3ef0f94691bd70c6f9914
Changes3 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 1 mins, 40 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 4722 Build
codebase Build
got_revision 2f8fe96d6d74f05b03c3ef0f94691bd70c6f9914 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2f8fe96d6d74f05b03c3ef0f94691bd70c6f9914 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. Daniel Stenberg

Timing:

StartSat Mar 7 14:37:34 2026
EndSat Mar 7 18:02:11 2026
Elapsed3 hrs, 24 mins, 36 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
  2. Change #260196

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

    Comments

    test1849: reuse a proxy with different credentials
    Closes #20842

    Changed files

    • tests/data/Makefile.am
    • tests/data/test1849
  3. Change #260200

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 07 Mar 2026 14:21:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2f8fe96d6d74f05b03c3ef0f94691bd70c6f9914

    Comments

    tests/FILEFORMAT.md: the <server> section is NOT mandatory
    It can be left out if no servers are necessary.
    
    Closes #20845

    Changed files

    • docs/tests/FILEFORMAT.md