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

Builder curl-ares-solaris10-i386 Build #3715

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision019874f1971332d3b988803feafd829a6b570fef
Got Revision019874f1971332d3b988803feafd829a6b570fef
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 3 hrs, 2 mins, 50 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-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3715 Build
codebase Build
got_revision 019874f1971332d3b988803feafd829a6b570fef Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 019874f1971332d3b988803feafd829a6b570fef 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. Viktor Szakats

Timing:

StartSun Nov 9 04:45:15 2025
EndSun Nov 9 13:35:51 2025
Elapsed8 hrs, 50 mins, 36 secs

All Changes:

:

  1. Change #248056

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 08 Nov 2025 22:40:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3752de465d70552106b2527fbf821aee525e53e2

    Comments

    pytest: skip H2 tests if feature missing from curl
    To allow running pytests on more curl configurations.
    
    Also delete a redundant H3 feature check from test_17_14_expired_cert.
    
    Cherry-picked from #19407
    Closes #19412

    Changed files

    • tests/http/test_01_basic.py
    • tests/http/test_02_download.py
    • tests/http/test_03_goaway.py
    • tests/http/test_04_stuttered.py
    • tests/http/test_05_errors.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_13_proxy_auth.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_40_socks.py
  2. Change #248059

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 08 Nov 2025 22:51:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c2624818739916652a041164939afaba5bb5ee73

    Comments

    GHA/linux: build and test LibreSSL with Fil-C curl, enable pytests
    Build and cache LibreSSL locally with Fil-C and enable it in the Fil-C
    job.
    
    Also:
    - disable test 776 in the Fil-C job. It fails consistently, and due to
      flakiness seen earlier its result is disabled. In this job it seems to
      be adding 1 to 9 minues to the test run step and fails consistently.
    - include Fil-C version in the LibreSSL cache key to prepare for Fil-C
      ABI changes.
    - GHA/linux: fully quote `tflags` values to avoid breaking YAML.
    
    Tested and confirmed working with OpenSSL too, but ended up with
    LibreSSL for faster, smaller builds.
    
    Closes #19407

    Changed files

    • .github/workflows/linux.yml
  3. Change #248064

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 09 Nov 2025 00:53:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 019874f1971332d3b988803feafd829a6b570fef

    Comments

    GHA/linux: stop disabling TLS-SRP tests in event-based & duphandle jobs
    They were disabled since these jobs ran in Zuul. The tests are 320, 321,
    322, 323, 324. Of which, 323 runs in CI, the rest needs `gnutls-serv`
    with SRP enabled, which is not available in current jobs and no longer
    offered by Ubuntu's `gnutls-bin` package. 324 doesn't appear as
    a skipped test, 323 seems to be running fine, the rest are logged as
    skipped. This suggests it's safe to drop the exceptions.
    
    Closes #19413

    Changed files

    • .github/workflows/linux.yml