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

Builder curl-threaded-solaris11-i386 Build #3918

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartMon Oct 20 13:56:06 2025
EndMon Oct 20 16:55:07 2025
Elapsed2 hrs, 59 mins, 1 secs

All Changes:

:

  1. Change #246229

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 20 Oct 2025 10:57:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1876ed6296c8b07ad82310e4838f6036b2421315

    Comments

    cf-socket: make set_local_ip void, and remove failf()
    No callers of this function checked the return code, meaning failures
    are not lethal == using failf was wrong, and it can just as well return
    void.
    
    Closes #19137

    Changed files

    • lib/cf-socket.c
  2. Change #246240

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 20 Oct 2025 13:22:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 97dd1da8d014964cebf50a13b0454453a2bfd651

    Comments

    Makefile.example: bump default example from FTP to HTTPS
    To have a chance to work out of the box, securely. (assuming a TLS
    backend with CA certs setup.)
    
    Closes #19160

    Changed files

    • docs/examples/Makefile.example