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

Builder curl-ares-solaris11-i386 Build #5151

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision91facd7bb3bb366525b7cb41221f6359c5e936db
Got Revision91facd7bb3bb366525b7cb41221f6359c5e936db
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Aritra Basu
  2. Viktor Szakats

Timing:

StartThu May 28 12:44:54 2026
EndThu May 28 15:12:37 2026
Elapsed2 hrs, 27 mins, 42 secs

All Changes:

:

  1. Change #268656

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 28 May 2026 10:12:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9591ff123ded454d9c45c946c286123b4a1c0a5d

    Comments

    tidy-up: add space around operators, where missing
    Closes #21793

    Changed files

    • .github/scripts/randcurl.pl
    • .github/scripts/verify-examples.pl
    • include/curl/curl.h
    • scripts/checksrc.pl
    • scripts/contributors.sh
    • scripts/managen
    • src/tool_cb_dbg.c
    • tests/data/test1063
    • tests/ech_combos.py
    • tests/ech_tests.sh
    • tests/ftpserver.pl
    • tests/http/scorecard.py
    • tests/http/test_02_download.py
    • tests/http/test_07_upload.py
    • tests/http/test_08_caddy.py
    • tests/http/test_09_push.py
    • tests/http/test_10_proxy.py
    • tests/http/test_14_auth.py
    • tests/http/test_16_info.py
    • tests/http/test_17_ssl_use.py
    • tests/http/test_18_methods.py
    • tests/http/test_19_shutdown.py
    • tests/http/test_30_vsftpd.py
    • tests/http/test_31_vsftpds.py
    • tests/http/test_32_ftps_vsftpd.py
    • tests/http/test_40_socks.py
    • tests/http/test_50_scp.py
    • tests/http/test_51_sftp.py
    • tests/negtelnetserver.py
    • tests/processhelp.pm
    • tests/runtests.pl
    • tests/server/rtspd.c
    • tests/test1276.pl
    • tests/testutil.pm
  2. Change #268662

    Category curl
    Changed by Aritra Basu <aritrbas+ghohnoyoudont@cisco.com>
    Changed at Thu 28 May 2026 10:38:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 91facd7bb3bb366525b7cb41221f6359c5e936db

    Comments

    tests/http: fix HTTP/3 proxy pytest failures with h2o
    Fix pytest failures in HTTP/3 proxy tests when h2o is not installed,
    misconfigured, or fails to start at runtime.
    
    This prevents:
    - FileNotFoundError when h2o document root does not exist
    - Fixture setup errors when h2o is configured but cannot start
    - Unused test data file creation when h2o is absent or broken
    - CI aborts on systems where h2o exists but is not runnable
    
    Bug: https://github.com/curl/curl/pull/21789#issuecomment-4559098879
    Bug: https://github.com/curl/curl/pull/21789#issuecomment-4559161907
    
    Follow-up to e78b1b3eccfa6a2e367a1225ea1b66dafcdac3c4 #21153
    
    Closes #21791

    Changed files

    • tests/http/conftest.py
    • tests/http/test_60_h3_proxy.py
    • tests/http/testenv/env.py
    • tests/http/testenv/h2o.py