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

Builder curl-ares-solaris11-sparc Build #4098

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 25 mins, 30 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-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4098 Build
codebase Build
got_revision 855acb3bb07e0dd06b5722218eb5fded333f7ce0 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 855acb3bb07e0dd06b5722218eb5fded333f7ce0 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSun Jun 22 13:41:30 2025
EndSun Jun 22 15:02:27 2025
Elapsed1 hrs, 20 mins, 56 secs

All Changes:

:

  1. Change #237402

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 22 Jun 2025 13:15:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 855acb3bb07e0dd06b5722218eb5fded333f7ce0

    Comments

    cmake: add target property dumper helper function
    It's pretty rough and a giant hack, but helps debugging and findind ways
    while navigating the CMake maze. I find it sad CMake doesn't have
    a built-in function for this that works correctly in all situations.
    It's invaluable to be able to see what properties and values an object
    has.
    
    It's also possible there is a better solution to this, but I could not
    find it.
    
    Cherry-picked from #16973
    
    Closes #17701

    Changed files

    • CMake/Utilities.cmake