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

Builder curl-unthreaded-solaris11-i386 Build #4715

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

StartFri Mar 6 04:15:41 2026
EndFri Mar 6 06:05:28 2026
Elapsed1 hrs, 49 mins, 46 secs

All Changes:

:

  1. Change #259975

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 06 Mar 2026 04:04:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c6cfb2a2f34df80c6d746d1cb07705d3fac7e67a

    Comments

    cmake: fix `LOCATION` property read errors in target debug function
    Exclude reading certain props for certain target types to avoid these errors:
    ```
    CMake Error at CMake/Utilities.cmake:71 (get_property):
      The LOCATION property may not be read from target "...".  Use the target
      name directly with add_custom_command, or use the generator expression
      $<TARGET_FILE>, as appropriate.
    ```
    (and the same in line 78.)
    
    Follow-up to 855acb3bb07e0dd06b5722218eb5fded333f7ce0 #17701
    
    Closes #20828

    Changed files

    • CMake/Utilities.cmake