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

Builder curl-threaded-solaris10-sparc Build #2987

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 42 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 59 mins, 0 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 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 2987 Build
codebase Build
got_revision c72bb7aec4db2ad32f9d82758b4f55663d0ebd60 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c72bb7aec4db2ad32f9d82758b4f55663d0ebd60 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:

StartTue Sep 2 19:23:08 2025
EndWed Sep 3 09:07:54 2025
Elapsed13 hrs, 44 mins, 46 secs

All Changes:

:

  1. Change #244291

    Category curl
    Changed by Jay Satiro <raysatiroohnoyoudont@yahoo.com>
    Changed at Tue 02 Sep 2025 16:34:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c72bb7aec4db2ad32f9d82758b4f55663d0ebd60

    Comments

    projects: fix Windows project 'clean' function
    - Fix generate.bat "-clean" option.
    
    - Change version template substitutes to match old files, eg go back to
      using format version "11.00" instead of "11.0".
    
    - Limit the vcxproj filters file types that are filtered to c, h, rc.
    
    - Get rid of the tmpl extension from template files and add a README
      to the tmpl directory explaining the purpose of the files.
    
    - gitignore VCxx directories entirely rather than individual file types.
    
    - Do not remove the VC directories during clean, instead remove just the
      generated project files.
    
    Removing the VC directories has the unwanted behavior of removing files
    other than those generated. Visual Studio will generate its own
    preference files (like if you have some debug arguments in your .suo)
    and those files sit in the VC directories. We ignore those files since
    they are the user's files and should not be deleted. Also the user may
    have their own untracked files that we shouldn't be deleting.
    
    Follow-up to 57d349fe which consolidated the project templates.
    
    Assisted-by: Viktor Szakats
    
    Closes https://github.com/curl/curl/pull/18412

    Changed files

    • projects/Windows/.gitignore
    • projects/Windows/tmpl/README.txt
    • projects/Windows/tmpl/curl-all.sln
    • projects/Windows/tmpl/curl.sln
    • projects/Windows/tmpl/curl.vcxproj
    • projects/Windows/tmpl/curl.vcxproj.filters
    • projects/Windows/tmpl/curl.vcxproj.tmpl
    • projects/Windows/tmpl/libcurl.sln
    • projects/Windows/tmpl/libcurl.vcxproj
    • projects/Windows/tmpl/libcurl.vcxproj.filters
    • projects/Windows/tmpl/libcurl.vcxproj.tmpl
    • projects/generate.bat