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

Builder curl-ares-solaris11-i386 Build #4011

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 55 mins, 36 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 4011 Build
codebase Build
got_revision 019874f1971332d3b988803feafd829a6b570fef Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 019874f1971332d3b988803feafd829a6b570fef 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. Viktor Szakats

Timing:

StartSun Nov 9 01:24:53 2025
EndSun Nov 9 04:07:40 2025
Elapsed2 hrs, 42 mins, 47 secs

All Changes:

:

  1. 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
  2. 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