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

Builder curl-unthreaded-solaris11-sparc Build #5759

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 44 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 5759 Build
codebase Build
got_revision faa4b0692d30986c498d91ad36223cbf02796ad1 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision faa4b0692d30986c498d91ad36223cbf02796ad1 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

Timing:

StartFri May 1 12:53:56 2026
EndFri May 1 13:39:40 2026
Elapsed45 mins, 44 secs

All Changes:

:

  1. Change #266055

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 01 May 2026 11:34:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ea392e6b36d875056cf9e28f841bdc8cdc2efbb6

    Comments

    RELEASE-NOTES: synced
    Also bump the curlver to tenative 8.20.1

    Changed files

    • RELEASE-NOTES
    • include/curl/curlver.h
  2. Change #266061

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 01 May 2026 11:53:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3f9baa890e05471d7cc4a434237f819baaa4239d

    Comments

    url: simplify parseurlandfillconn
    Introduce two helper functions:
    
    - hsts_upgrade()
    - setup_hostname()
    
    Closes #21479

    Changed files

    • lib/url.c
  3. Change #266062

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 01 May 2026 11:54:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision faa4b0692d30986c498d91ad36223cbf02796ad1

    Comments

    tool_formparse.c: fix two minor comment typos
    Pointed out by Copilot
    
    Closes #21480

    Changed files

    • src/tool_formparse.c