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

Builder curl-ares-solaris11-sparc Build #4233

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionab5e0bfddca224b4a15ad824a2f1a6343e835f99
Got Revisionab5e0bfddca224b4a15ad824a2f1a6343e835f99
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 10 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 4233 Build
codebase Build
got_revision ab5e0bfddca224b4a15ad824a2f1a6343e835f99 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ab5e0bfddca224b4a15ad824a2f1a6343e835f99 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. Stefan Eissing

Timing:

StartWed Jul 23 18:22:24 2025
EndWed Jul 23 19:46:25 2025
Elapsed1 hrs, 24 mins, 0 secs

All Changes:

:

  1. Change #240500

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 23 Jul 2025 18:12:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ab5e0bfddca224b4a15ad824a2f1a6343e835f99

    Comments

    pytest: add SOCKS tests and scoring
    Configure curl with `--with-test-sockd=<path to sockd>` for a locally
    installed dante sockd server and new `test_40_*` will verify that
    down- and uploads work via SOCKS.
    
    Invoke scorecard.py with `--socks4` or `--socks5` to run performance
    tests with SOCKS. Note that SOCKS is not supported for HTTP/3.
    
    Ref: #17969
    Closes #17986

    Changed files

    • .github/scripts/spellcheck.words
    • configure.ac
    • docs/INSTALL-CMAKE.md
    • docs/internals/SCORECARD.md
    • docs/tests/HTTP.md
    • lib/socks.c
    • tests/http/CMakeLists.txt
    • tests/http/Makefile.am
    • tests/http/config.ini.in
    • tests/http/scorecard.py
    • tests/http/test_40_socks.py
    • tests/http/testenv/__init__.py
    • tests/http/testenv/curl.py
    • tests/http/testenv/dante.py
    • tests/http/testenv/env.py