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

Builder curl-threaded-solaris10-sparc Build #2785

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 27 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 hrs, 42 mins, 27 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 2785 Build
codebase Build
got_revision e3802ab4893d47bcee02270d3a584853da2ec61c Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e3802ab4893d47bcee02270d3a584853da2ec61c Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jay Satiro

Timing:

StartWed May 7 09:04:50 2025
EndWed May 7 14:37:45 2025
Elapsed5 hrs, 32 mins, 55 secs

All Changes:

:

  1. Change #229126

    Category curl
    Changed by Jay Satiro <raysatiroohnoyoudont@yahoo.com>
    Changed at Wed 07 May 2025 08:49:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e3802ab4893d47bcee02270d3a584853da2ec61c

    Comments

    generate.bat: exclude curlinfo.c from legacy VS projects
    - Do not include curlinfo.c as a ClCompile unit when compiling the curl
      tool.
    
    Prior to this change generate.bat would add curlinfo.c to the source
    files for the curl tool because it is located in the src directory. That
    caused ambiguous behavior in legacy versions of Visual Studio which had
    to guess between two main entry points (one in curlinfo and one in
    tool_main, the latter being correct).
    
    Closes https://github.com/curl/curl/pull/17263

    Changed files

    • projects/generate.bat