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

Builder curl-threaded-solaris11-i386 Build #3852

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Aug 18 11:13:43 2025
EndMon Aug 18 14:41:47 2025
Elapsed3 hrs, 28 mins, 3 secs

All Changes:

:

  1. Change #243184

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 18 Aug 2025 11:08:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a19bd4321030c6ea18e3bbec411dfd49961a1f71

    Comments

    cmake: honor `CMAKE_C_FLAGS` in test 1119 and 1167
    `CMAKE_C_FLAGS` is not set by curl, but may contain custom options
    required for a successful compiler run, when invoked by these tests.
    
    One such case is when configuring Visual Studio or clang-cl via compiler
    options, instead of envs.
    
    Cherry-picked from #18301
    Closes #18307

    Changed files

    • tests/CMakeLists.txt