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

Builder curl-threaded-solaris10-sparc Build #3125

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3125 Build
codebase Build
got_revision d0ad652552564cbcf5c2f14869db0add4ff4ac50 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision d0ad652552564cbcf5c2f14869db0add4ff4ac50 Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Nov 25 09:55:17 2025
EndTue Nov 25 10:41:36 2025
Elapsed46 mins, 18 secs

All Changes:

:

  1. Change #249894

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 25 Nov 2025 09:13:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ce06fe7771052549ff430c86173b2eaca91f8a9c

    Comments

    hostip: make more functions return CURLcode
    - Curl_async_getaddrinfo() always returned NULL so it was pointless.
      Return proper curlcode instead to distinguish between errors. Same for
      Curl_doh().
    - simplify the IP address handling
    - make Curl_str2addr() function return CURLcode
    
    Closes #19669

    Changed files

    • lib/asyn-ares.c
    • lib/asyn-thrdd.c
    • lib/asyn.h
    • lib/curl_addrinfo.c
    • lib/curl_addrinfo.h
    • lib/doh.c
    • lib/doh.h
    • lib/hostip.c
    • tests/libtest/lib655.c
  2. Change #249895

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 25 Nov 2025 09:15:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 729f36e90fa8927ce85c4f1f7b67724988c35f00

    Comments

    sendf: fix uninitialized variable in trace output
    Initialize *nread early on.
    
    Pointed out by CodeSonar
    
    Closes #19684

    Changed files

    • lib/sendf.c
  3. Change #249898

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 25 Nov 2025 09:40:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d0ad652552564cbcf5c2f14869db0add4ff4ac50

    Comments

    progress: remove two redundant variable checks
    The entry condition in the function already exits early if either
    low_speed_time or low_speed_limit is not set.
    
    Pointed out by CodeSonar
    
    Closes #19686

    Changed files

    • lib/progress.c