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

Builder curl-ares-solaris11-i386 Build #5018

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 22 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-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 5018 Build
codebase Build
got_revision faa4b0692d30986c498d91ad36223cbf02796ad1 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision faa4b0692d30986c498d91ad36223cbf02796ad1 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartFri May 1 12:53:54 2026
EndFri May 1 13:51:34 2026
Elapsed57 mins, 40 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