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

Builder curl-ares-solaris10-sparc Build #3615

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 13 mins, 45 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Dan Fandrich
  2. Daniel Stenberg
  3. Shintomon Mathew

Timing:

StartTue May 19 09:43:47 2026
EndTue May 19 21:47:27 2026
Elapsed12 hrs, 3 mins, 40 secs

All Changes:

:

  1. Change #267613

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 18 May 2026 23:52:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b190c803e34dad8b791a01c0584d5174f5cc5847

    Comments

    test1588: use %TESTNUMBER, not hard-coded number
    Closes #21662

    Changed files

    • tests/data/test1588
  2. Change #267614

    Category curl
    Changed by Shintomon Mathew <148446196+MysticShinMohnoyoudont@users.noreply.github.com>
    Changed at Mon 18 May 2026 23:53:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 38cd720f764640c56747b9d7c9d551e827567559

    Comments

    creds: mask OAuth bearer token in trace logs
    Masked OAuth bearer tokens in credential trace output by emitting ***
    when a bearer token is present, matching the existing password redaction
    behavior and preventing sensitive token disclosure in verbose/debug
    logs.
    
    Closes #21659

    Changed files

    • lib/creds.c
  3. Change #267625

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Tue 19 May 2026 07:34:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d24652971a636a4b2374367434ed72bb561b79bc

    Comments

    docs/libcurl: fix the version for curl_multi_socket_action
    It was added in 7.16.3, not 7.15.4 (that's when curl_multi_socket was
    added).

    Changed files

    • docs/libcurl/curl_multi_socket_action.md