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

Builder curl-ares-solaris10-i386 Build #4165

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 58 mins, 24 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 19 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 4165 Build
codebase Build
got_revision 64728418ff5138608ce84bcc1de4a80b5a95808b Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 64728418ff5138608ce84bcc1de4a80b5a95808b 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:

StartSat Jan 24 20:02:06 2026
EndSun Jan 25 10:35:03 2026
Elapsed14 hrs, 32 mins, 57 secs

All Changes:

:

  1. Change #256225

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 24 Jan 2026 13:10:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 64728418ff5138608ce84bcc1de4a80b5a95808b

    Comments

    GHA/codeql: improve perf on Windows, enable `CURL_WERROR=ON`, and more
    - set `CURL_DROP_UNUSED=ON` for Windows (MSVC) to make the analysis step
      faster: 1m30s -> 1m15s
    
    - enable `CURL_WERROR=ON` in all builds, to catch potential build issues
      in addition to running CodeQL. To make these builds useful as regular
      build tests too.
    
    - add links to CodeQL Actions documentation.
    
    - delete test data C files after checkout in an attempt to remove them
      from CodeQL code coverage stats.
    
    Closes #20418

    Changed files

    • .github/workflows/codeql.yml