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

Builder curl-unthreaded-solaris11-i386 Build #4694

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSun Mar 1 01:08:32 2026
EndSun Mar 1 03:39:50 2026
Elapsed2 hrs, 31 mins, 17 secs

All Changes:

:

  1. Change #259375

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 01 Mar 2026 00:24:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7a80082471e5983857c92900dc4858427994e236

    Comments

    GHA/windows: bump clang-tidy job to clang v20 (from v18)
    Adds 50 seconds to the 5m long build step. Also more prerequisites to
    install, with no apparent effect on step time.
    
    Follow-up to 9b52d516bb8990107f20c9786e09dbb6961c30b2 #20732
    
    Closes #20775

    Changed files

    • .github/workflows/windows.yml
  2. Change #259376

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 01 Mar 2026 00:24:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1b35c9e1e3bb84336082a8fde12eeeafe6bfa3b2

    Comments

    cmake: rename `testbins` target to `tt`, restore internal option
    To make it easy to type. The internal option is used in CI.
    
    Follow-up to aae361242f30eafacf46085ed731b1524bfd3be9 #20708
    
    Closes #20768

    Changed files

    • RELEASE-NOTES
    • docs/INSTALL-CMAKE.md
    • tests/CMakeLists.txt
    • tests/certs/CMakeLists.txt
    • tests/libtest/CMakeLists.txt
    • tests/server/CMakeLists.txt
    • tests/tunit/CMakeLists.txt
    • tests/unit/CMakeLists.txt