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

Builder curl-threaded-solaris11-sparc Build #4492

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 26 mins, 11 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 40 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 4492 Build
codebase Build
got_revision 1876ed6296c8b07ad82310e4838f6036b2421315 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1876ed6296c8b07ad82310e4838f6036b2421315 Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Oct 20 11:31:46 2025
EndMon Oct 20 12:57:13 2025
Elapsed1 hrs, 25 mins, 27 secs

All Changes:

:

  1. Change #246219

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 20 Oct 2025 10:30:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 104299195e1676488f3c156a24b134fb33cf6e06

    Comments

    curl_get_line: the final return cannot be reached
    Follow-up to 769ccb4d4261a75c8a4236f
    
    Pointed out by CodeSonar
    Closes #19154

    Changed files

    • lib/curl_get_line.c
  2. Change #246220

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

    Comments

    INSTALL.md: add another OS (Azure Sphere)
    Closes #19155

    Changed files

    • docs/INSTALL.md
  3. 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