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

Builder curl-unthreaded-solaris10-sparc Build #13332

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionc72bb7aec4db2ad32f9d82758b4f55663d0ebd60
Got Revisionc72bb7aec4db2ad32f9d82758b4f55663d0ebd60
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 28 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 22 mins, 8 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-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13332 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-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Florian Friedrich
  2. Jay Satiro
  3. Michał Petryka

Timing:

StartTue Sep 2 19:22:41 2025
EndTue Sep 2 23:45:20 2025
Elapsed4 hrs, 22 mins, 38 secs

All Changes:

:

  1. Change #244270

    Category curl
    Changed by Michał Petryka <35800402+MichalPetrykaohnoyoudont@users.noreply.github.com>
    Changed at Tue 02 Sep 2025 08:36:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 37c6744997de712984dd73600613e4a2aa104d68

    Comments

    .editorconfig: add
    This allows IDEs that support this standard to automatically use the
    correct formatting options.
    
    Closes #18409

    Changed files

    • .editorconfig
    • Makefile.am
  2. Change #244273

    Category curl
    Changed by Florian Friedrich <ffriedohnoyoudont@me.com>
    Changed at Tue 02 Sep 2025 10:11:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ad42850b231a557d8955bf296a6b93383d416d92

    Comments

    docs: fix typo (staring -> starting)
    Closes #18450

    Changed files

    • docs/cmdline-opts/retry-delay.md
    • docs/cmdline-opts/retry-max-time.md
    • docs/examples/websocket-updown.c
    • docs/libcurl/curl_ws_start_frame.md
  3. 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