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

Builder curl-ares-solaris10-i386 Build #4341

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartSat Apr 25 15:52:22 2026
EndSun Apr 26 01:48:01 2026
Elapsed9 hrs, 55 mins, 39 secs

All Changes:

:

  1. Change #265386

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 25 Apr 2026 08:35:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f9d3f00c98496f294ddb5ad44d25ec8ed03dea68

    Comments

    GHA/windows: bump stunnel to 5.78
    Closes #21443

    Changed files

    • .github/workflows/windows.yml
  2. Change #265387

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 25 Apr 2026 08:42:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 44491105619165da9216afbf631b870fd34a8e70

    Comments

    sshserver.pl: tidy up around `AllowUsers` setup
    - drop redundant space-to-`?` replacement.
    - add parentheses to silence code checker.
    - tidy up comments.
    
    Follow-up to e53523fef07894991c69d907a7c7794c7ada4ff4 #14859
    
    Closes #21442

    Changed files

    • tests/sshserver.pl
  3. Change #265390

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 25 Apr 2026 11:28:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 40b65d869a46026e0fdaa6d8cdaa7ff2a40e13e7

    Comments

    RELEASE-NOTES: add missing contributors
    From security reports etc

    Changed files

    • RELEASE-NOTES
  4. Change #265392

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 25 Apr 2026 11:37:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5227dd9c2eee5578f0845b2e78d71c806742d0db

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  5. 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
  6. 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
  7. 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
  8. 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