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

Builder curl-threaded-solaris11-i386 Build #5004

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSat Apr 25 14:41:05 2026
EndSat Apr 25 16:30:39 2026
Elapsed1 hrs, 49 mins, 33 secs

All Changes:

:

  1. Change #265396

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 25 Apr 2026 12:38:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 05905b12072122a7fd21d706ed6ff486fd4aed74

    Comments

    pytest: drop unused imports
    Spotted by GitHub Code Quality
    
    Closes #21445

    Changed files

    • tests/http/test_05_errors.py
    • tests/http/test_22_httpsrr.py
  2. Change #265407

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 25 Apr 2026 13:59:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c6b1c49be0da9e9cb0d238c908560ffbff1b6414

    Comments

    test_22_httpsrr: drop duplicate skipif conditions
    Already set at class-level.
    
    Spotted by GitHub Code Quality
    
    Closes #21446

    Changed files

    • tests/http/test_22_httpsrr.py
  3. Change #265408

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 25 Apr 2026 13:59:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 701cd4cfc325ddc7d0902b8546da5fa3adc16065

    Comments

    tidy-up: git options, ECH, HTTP/3 documentation
    - prefer `--branch` over `-b`, where missing.
    - add `--depth 1` where missing.
    - sync option order between docs and GHA.
    - bump quiche and rustls-ffi versions in documentation.
    - ECH.md: update for OpenSSL 4.
    
    Closes #21447

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
    • docs/ECH.md
    • docs/HTTP3.md
    • docs/INSTALL.md
    • docs/RUSTLS.md
  4. Change #265411

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 25 Apr 2026 14:20:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 024c73dfa10d3100cac43aea35a28a476cc352db

    Comments

    test_22_httpsrr: avoid class name clash with `test_21_resolve`
    Spotted by GitHub Code Quality
    
    Closes #21448

    Changed files

    • tests/http/test_22_httpsrr.py