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

Builder curl-unthreaded-solaris11-sparc Build #6035

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartMon Jun 15 15:49:43 2026
EndMon Jun 15 16:34:15 2026
Elapsed44 mins, 31 secs

All Changes:

:

  1. Change #271146

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 15 Jun 2026 15:42:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7333f6674c8d3dbbe3728c2bf18f24d43a666ea0

    Comments

    cf-capsule: complete filter
    Make the capsule filter complete, implement:
    
    - pollset handling
    - flush handling and querying
    - shutdown handling
    - replace allocated send buffer with a bufq
    
    Closes #22019

    Changed files

    • lib/vquic/capsule.c
    • lib/vquic/capsule.h
    • lib/vquic/cf-capsule.c
    • lib/vquic/cf-capsule.h
    • lib/vquic/vquic.c
    • lib/vquic/vquic_int.h
    • tests/unit/unit3400.c
  2. Change #271147

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 15 Jun 2026 15:44:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6ce740403eeb6b948d769b0418ea6066541a7f07

    Comments

    verify-release: verify more thoroughly with git
    If the script is invoked in a git repository it verifies the tarball
    better.
    
    Closes #22018

    Changed files

    • docs/VERIFY.md
    • scripts/verify-release