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

Builder curl-unthreaded-solaris11-sparc Build #5975

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionb9b2c0cbb854908a2580e4424b0315983f7cf3da
Got Revisionb9b2c0cbb854908a2580e4424b0315983f7cf3da
Changes2 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 ...' ( 23 mins, 3 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 5975 Build
codebase Build
got_revision b9b2c0cbb854908a2580e4424b0315983f7cf3da Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b9b2c0cbb854908a2580e4424b0315983f7cf3da 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. Viktor Szakats

Timing:

StartTue Jun 9 10:29:37 2026
EndTue Jun 9 10:52:49 2026
Elapsed23 mins, 11 secs

All Changes:

:

  1. Change #270022

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 09 Jun 2026 10:24:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cb4465bfe67ec9c75722ea10923a6a75005e8f68

    Comments

    pytest: close file handles after use (cont.), and tidy-ups
    - dante.py, dnsd.py, sshd.py: drop redundant conditions.
      Spotted in sshd by GitHub Code Quality.
    - curl.py: comment out `if` to silence CodeQL warning.
    
    Reported by GitHub CodeQL
    
    Follow-up to 8145476d5dd97d0ec704e9ea65b2f2028b8a945c #21916
    
    Closes #21917

    Changed files

    • tests/http/testenv/caddy.py
    • tests/http/testenv/client.py
    • tests/http/testenv/curl.py
    • tests/http/testenv/dante.py
    • tests/http/testenv/dnsd.py
    • tests/http/testenv/h2o.py
    • tests/http/testenv/nghttpx.py
    • tests/http/testenv/sshd.py
    • tests/http/testenv/vsftpd.py
  2. Change #270023

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 09 Jun 2026 10:24:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b9b2c0cbb854908a2580e4424b0315983f7cf3da

    Comments

    docs: returned header size reflects HTTP/1-style format
    Ref: #21889
    
    Closes #21912

    Changed files

    • docs/cmdline-opts/write-out.md
    • docs/libcurl/opts/CURLINFO_HEADER_SIZE.md