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

Builder curl-ares-solaris10-sparc Build #3637

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision872c313d7647ac437c83128e6bea7a8ed16cd2ef
Got Revision872c313d7647ac437c83128e6bea7a8ed16cd2ef
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 27 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 14 mins, 4 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 3637 Build
codebase Build
got_revision 872c313d7647ac437c83128e6bea7a8ed16cd2ef Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 872c313d7647ac437c83128e6bea7a8ed16cd2ef 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. Daniel Stenberg
  2. Stefan Eissing
  3. htasta

Timing:

StartMon Jun 1 14:50:26 2026
EndTue Jun 2 02:44:52 2026
Elapsed11 hrs, 54 mins, 26 secs

All Changes:

:

  1. Change #268965

    Category curl
    Changed by htasta <htastaohnoyoudont@htasta.com>
    Changed at Mon 01 Jun 2026 08:40:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c5fb460e7c7a57bf3e3a985d10a8b175bbd61500

    Comments

    tool: add a retry delay for transfers to same origin on 429
    Closes #21355

    Changed files

    • src/tool_operate.c
    • src/tool_operate.h
    • tests/data/test142
    • tests/data/test440
    • tests/data/test445
    • tests/data/test767
  2. Change #268966

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 01 Jun 2026 08:50:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8da87fcef1671e1a8985163ee3b596ec794e310f

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  3. Change #268976

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 01 Jun 2026 09:28:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4beffe7737d935e87cc188b8258ca5cc4f6b6b59

    Comments

    Revert "tool: add a retry delay for transfers to same origin on 429"
    This reverts commit c5fb460e7c7a57bf3e3a985d10a8b175bbd61500.
    
    This needs some further work before we can do this.
    
    Fixes #21822
    Closes #21824

    Changed files

    • src/tool_operate.c
    • src/tool_operate.h
    • tests/data/test142
    • tests/data/test440
    • tests/data/test445
    • tests/data/test767
  4. Change #268978

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 01 Jun 2026 09:39:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d3391229b0a0eb04f1ffe85f1483a890c5e00009

    Comments

    vtls_config: adjust to origin
    When a transfer goes against another origin than the initial one, do not
    add the following to the ssl configuration: client cert, client key, srp
    user/pass, pinned key.
    
    Closes #21695

    Changed files

    • lib/Makefile.inc
    • lib/url.c
    • lib/urldata.h
    • lib/vtls/vtls.c
    • lib/vtls/vtls.h
    • lib/vtls/vtls_config.c
    • lib/vtls/vtls_config.h
    • tests/unit/unit3303.c
  5. Change #268982

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 01 Jun 2026 09:50:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 872c313d7647ac437c83128e6bea7a8ed16cd2ef

    Comments

    lib1560: drop unused variable 'url'
    Spotted by Copilot
    
    Closes #21821

    Changed files

    • tests/libtest/lib1560.c