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

Builder curl-unthreaded-solaris11-sparc Build #6218

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 36 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 6218 Build
codebase Build
got_revision 743096a4964bf921f7b39cc7b739fd4fab6ad39c Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 743096a4964bf921f7b39cc7b739fd4fab6ad39c 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. Stefan Eissing

Timing:

StartWed Aug 12 20:14:31 2026
EndWed Aug 12 20:38:19 2026
Elapsed23 mins, 47 secs

All Changes:

:

  1. Change #278026

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 12 Aug 2026 21:54:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 507ee5d79215ee8026db35b03925087c48e03318

    Comments

    progress: fix progress meter update to run every second again
    Closes #22562

    Changed files

    • lib/progress.c
  2. Change #278027

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 12 Aug 2026 21:55:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 743096a4964bf921f7b39cc7b739fd4fab6ad39c

    Comments

    uint-bset: add slot0 member
    Add a fixed slot0 member for uint32_bset to have no allocations for
    sizes < 64. This is a common use case for curl_easy_perform().
    
    Closes #22561

    Changed files

    • lib/multi.c
    • lib/uint-bset.c
    • lib/uint-bset.h
    • tests/unit/unit3211.c