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

Builder curl-unthreaded-solaris11-i386 Build #5160

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jay Satiro
  2. Vasiliy-Kkk

Timing:

StartTue Jun 2 20:56:06 2026
EndTue Jun 2 23:05:20 2026
Elapsed2 hrs, 9 mins, 13 secs

All Changes:

:

  1. Change #269220

    Category curl
    Changed by Jay Satiro <raysatiroohnoyoudont@yahoo.com>
    Changed at Tue 02 Jun 2026 19:47:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 74f18f27a21c08d924dea525dad37fc388b489e0

    Comments

    github: Add AI usage warning to issue, doc and PR templates
    - Explain to contributors that though AI use is acceptable they must
      not file unless they can understand and explain their work without AI.
    
    Assisted-by: Viktor Szakats
    
    Ref: https://github.com/curl/curl/discussions/21792
    
    Closes https://github.com/curl/curl/pull/21801

    Changed files

    • .github/ISSUE_TEMPLATE/bug_report.yml
    • .github/ISSUE_TEMPLATE/docs.yml
    • .github/pull_request_template.md
    • REUSE.toml
  2. Change #269222

    Category curl
    Changed by Vasiliy-Kkk <61242428+Vasiliy-Kkkohnoyoudont@users.noreply.github.com>
    Changed at Tue 02 Jun 2026 19:58:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a79467343fa709e6065c16293b79504d234d7311

    Comments

    schannel: use fopen instead CreateFile
    - Refactor CA file reading to use the typical fopen/fread instead of
      CreateFile/ReadFile.
    
    Closes https://github.com/curl/curl/pull/21773

    Changed files

    • lib/vtls/schannel_verify.c