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

Builder curl-ares-solaris10-sparc Build #3772

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 mins, 37 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 31 mins, 50 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 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 3772 Build
codebase Build
got_revision 9315d9c4e4b77d8e6f16206780d431a25735c3bf Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9315d9c4e4b77d8e6f16206780d431a25735c3bf 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. Max Dymond

Timing:

StartWed Sep 16 16:37:05 2026
EndThu Sep 17 07:30:42 2026
Elapsed14 hrs, 53 mins, 36 secs

All Changes:

:

  1. Change #281920

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 16 Sep 2026 14:25:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 445aa87e13f91c94bc742f54343a2eac924e1765

    Comments

    cookie: accept slightly longer lines in cookie jars
    Closes #22964

    Changed files

    • lib/cookie.c
  2. Change #281936

    Category curl
    Changed by Max Dymond <cmeister2ohnoyoudont@gmail.com>
    Changed at Wed 16 Sep 2026 16:57:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9315d9c4e4b77d8e6f16206780d431a25735c3bf

    Comments

    http2: initialize URL handle for server pushes
    Retain the parsed CURLU on accepted pushed transfers so retries and
    relative redirects have valid URL state.
    
    Add regression coverage for relative redirects on pushed streams.
    
    Closes #22970

    Changed files

    • lib/http2.c
    • tests/http/test_09_push.py
    • tests/libtest/cli_h2_serverpush.c