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

Builder curl-ares-solaris11-sparc Build #5939

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision6ff5c8ac4a7e195fada7297906c72bc45c3cac4f
Got Revision6ff5c8ac4a7e195fada7297906c72bc45c3cac4f
Changes4 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Jun 1 15:13:05 2026
EndMon Jun 1 16:04:03 2026
Elapsed50 mins, 58 secs

All Changes:

:

  1. Change #269009

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 01 Jun 2026 15:07:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d806323ffd5142e4c6d7a5b88f2fd496742730a4

    Comments

    pytest: fixes and tidy-ups to h3-proxy tests
    - merge tests into a single class.
      For shorter names, to fix sort order by test number, and to align with
      other tests.
    - fix preconditions to make `test_60_04_guard_proxy_http3_unsupported`
      actually run.
    - replace local precondition with constant of the same effect.
    - drop redundant non-`ngtcp2` requirement for
      `test_60_04_guard_proxy_http3_unsupported`.
      (seemed relevant for no longer supported openssl-quic builds.)
    - drop unused `NGTCP2_ONLY_MSG` constant.
      Follow-up to e4139a73c82d2035142f5ae36196adb4e9831dae #21798
    - avoid creating unnecessary test data blobs, and minimize their scopes.
    
    Follow-up to 91facd7bb3bb366525b7cb41221f6359c5e936db #21791
    Follow-up to e78b1b3eccfa6a2e367a1225ea1b66dafcdac3c4 #21153
    
    Closes #21811

    Changed files

    • tests/http/test_60_h3_proxy.py
  2. Change #269010

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 01 Jun 2026 15:07:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2802e65f6dcf1c59776fc191d158f3376a22da5c

    Comments

    pytest: pass `--disable` to curl
    To avoid a local `.curlrc` interfering with tests.
    
    Closes #21816

    Changed files

    • tests/http/testenv/curl.py
  3. Change #269011

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 01 Jun 2026 15:07:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5364e6e60ee1cd42a7bf0bbf014b01ffe1cf803a

    Comments

    cmake: add basic way to select pytests to run
    Not documented and experimental, example:
    `-D_CURL_PYTEST=/test_60_h3_proxy.py`
    
    Ideally, this should be an env like `TFLAGS` and it should allow
    selecting any test ID or a group of them, but so far could not figure
    out how even a basic env could work.
    
    Closes #21818

    Changed files

    • tests/CMakeLists.txt
  4. Change #269012

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 01 Jun 2026 15:07:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6ff5c8ac4a7e195fada7297906c72bc45c3cac4f

    Comments

    badwords: exclude wordlist input file from search
    To avoid hitting all lines in it. It doesn't happen in curl at the
    moment, but may happen in the future or in other projects using this
    script.
    
    Closes #21819

    Changed files

    • scripts/badwords