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

Builder curl-threaded-solaris11-sparc Build #3049

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. zjyhjqs

Timing:

StartFri Oct 18 10:08:41 2024
EndFri Oct 18 10:38:09 2024
Elapsed29 mins, 28 secs

All Changes:

:

  1. Change #212070

    Category curl
    Changed by zjyhjqs <zjyhjqsohnoyoudont@Hotmail.com>
    Changed at Fri 18 Oct 2024 10:00:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fbc0da376f52072565a6c2f146d3bc6c857e1917

    Comments

    cmake: set version for `project()` and add CPack support
    Note: the version like `8.11.0-DEV` is not a valid version for
    `project()`, so need to extract the major, minor and patch parts.
    
    Previous, manual, `CURL_VERSION` macro is defined by `project()`
    after this patch, so rename existing `CURL_VERSION*` variables to
    `_curl_version*`.
    
    Closes #15281

    Changed files

    • CMakeLists.txt