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

Builder curl-unthreaded-solaris10-sparc Build #14000

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 56 mins, 2 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 14000 Build
codebase Build
got_revision 6ac42e569112bfb8fb6bfec02db6d83612b184e3 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 6ac42e569112bfb8fb6bfec02db6d83612b184e3 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri May 29 07:58:36 2026
EndFri May 29 20:28:52 2026
Elapsed12 hrs, 30 mins, 16 secs

All Changes:

:

  1. Change #268759

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 28 May 2026 23:32:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c37405cb065e1605acb35700a3bb2ed0f59ff59e

    Comments

    h3-proxy: fix callback return values, and a typo in tests
    - replace literal -1 with `NGHTTP3_ERR_CALLBACK_FAILURE` in nghttp3
      callback.
    - replace `NGHTTP3_ERR_CALLBACK_FAILURE` with
      `NGTCP2_ERR_CALLBACK_FAILURE` in ngtcp2 callbacks.
    - test_60_h3_proxy: fix non-critical typo in symbol.
    
    Spotted by GitHub Code Quality
    
    Follow-up to e78b1b3eccfa6a2e367a1225ea1b66dafcdac3c4 #21153
    
    Closes #21802

    Changed files

    • lib/cf-h3-proxy.c
    • tests/http/test_60_h3_proxy.py
  2. Change #268765

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 29 May 2026 00:15:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6ac42e569112bfb8fb6bfec02db6d83612b184e3

    Comments

    h3-proxy: disable frequently failing pytests
    - test_60_02_connect_tunnel_fail[fail_h1_over_h3_proxytunnel]
    - test_60_02_connect_tunnel_fail[fail_h3_over_h2_proxytunnel]
    - test_60_02_connect_tunnel_fail[fail_h3_over_h3_proxytunnel]
    - test_60_03_h3_target_auto_connect_udp[proxy_h3]
    - test_60_15_connect_timeout
    
    Further flaky ones may be disabled in future commits.
    All to be re-enabled after stabilizing them.
    
    Follow-up to 59213f8248cfc10e97a6a23f5e4da9b1e5057400 #21789
    Follow-up to e78b1b3eccfa6a2e367a1225ea1b66dafcdac3c4 #21153
    
    Closes #21803

    Changed files

    • tests/http/test_60_h3_proxy.py