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

Builder curl-unthreaded-solaris10-sparc Build #13317

Results:

Exception git

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision455cd0741061dfe7565aed4c9d80d426a2c57ca7
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git git exception ( 0 secs )
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13317 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 455cd0741061dfe7565aed4c9d80d426a2c57ca7 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. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartTue Aug 26 12:28:45 2025
EndTue Aug 26 21:32:10 2025
Elapsed9 hrs, 3 mins, 24 secs

All Changes:

:

  1. Change #243900

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 26 Aug 2025 09:41:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 57d349fe0eee7e1f3eb68dc8728f20ae94df15c9

    Comments

    projects: generate from a single template
    The three projects (VC10, VC11, VC12) are identical except 5 repeated
    strings in them. They also require running `generate.bat` before use,
    to populate source files. Reduce the 3 almost identical projects to
    a single template project and populate the repeated strings also via
    `generate.bat`. This reduces the maintenance burden to a single copy of
    the project files. Also saving 10000 LOCs.
    
    Closes #18396

    Changed files

    • projects/Windows/.gitattributes
    • projects/Windows/VC10/curl-all.sln
    • projects/Windows/VC10/lib/libcurl.sln
    • projects/Windows/VC10/lib/libcurl.tmpl
    • projects/Windows/VC10/lib/libcurl.vcxproj.filters
    • projects/Windows/VC10/src/curl.sln
    • projects/Windows/VC10/src/curl.tmpl
    • projects/Windows/VC10/src/curl.vcxproj.filters
    • projects/Windows/VC11/curl-all.sln
    • projects/Windows/VC11/lib/libcurl.sln
    • projects/Windows/VC11/lib/libcurl.tmpl
    • projects/Windows/VC11/lib/libcurl.vcxproj.filters
    • projects/Windows/VC11/src/curl.sln
    • projects/Windows/VC11/src/curl.tmpl
    • projects/Windows/VC11/src/curl.vcxproj.filters
    • projects/Windows/VC12/curl-all.sln
    • projects/Windows/VC12/lib/libcurl.sln
    • projects/Windows/VC12/lib/libcurl.tmpl
    • projects/Windows/VC12/lib/libcurl.vcxproj.filters
    • projects/Windows/VC12/src/curl.sln
    • projects/Windows/VC12/src/curl.tmpl
    • projects/Windows/VC12/src/curl.vcxproj.filters
    • projects/Windows/tmpl/.gitattributes
    • projects/Windows/tmpl/curl-all.sln
    • projects/Windows/tmpl/curl.sln
    • projects/Windows/tmpl/curl.vcxproj.filters
    • projects/Windows/tmpl/curl.vcxproj.tmpl
    • projects/Windows/tmpl/libcurl.sln
    • projects/Windows/tmpl/libcurl.vcxproj.filters
    • projects/Windows/tmpl/libcurl.vcxproj.tmpl
    • projects/generate.bat
  2. Change #243901

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 26 Aug 2025 09:50:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fef318553b971142aaea3fe42d927408d06472c4

    Comments

    tool_urlglob: add integer overflow protection
    It is most likely impossible to actually overflow, but this makes it
    certain.
    
    Closes #18398

    Changed files

    • src/tool_urlglob.c
  3. Change #243907

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 26 Aug 2025 10:10:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 022f9a428af682246b7fa336e73469114bdb27f7

    Comments

    write-out.md: header_json is not included the json object
    Fixes #18390
    Reported-by: Sebastian Carlos
    Closes #18399

    Changed files

    • docs/cmdline-opts/write-out.md
  4. Change #243918

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 26 Aug 2025 11:59:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e2c747bb5d4091a1584fcbc8e5255607fa29d145

    Comments

    GHA/curl-for-win: drop x86, fix zlib-classic, switch back to libssh
    - switch x86 job to x64. x86 is not longer actively maintained in
      curl-for-win.
      Ref: https://github.com/curl/curl-for-win/discussions/68
    
    - switch back from libssh2 to libssh.
      Reverts af8e1aa4b06e9dc78a559b485348e5464bd5cff5 #18257
    
    - fix to really build with zlib-classic.
      Follow-up to 80768248700ae1e33fdedffd2e8bd78167b793aa #17357
    
    Closes #18400

    Changed files

    • .github/workflows/curl-for-win.yml
  5. Change #243920

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 26 Aug 2025 12:01:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 455cd0741061dfe7565aed4c9d80d426a2c57ca7

    Comments

    GHA/http3-linux: add AWS-LC and BoringSSL jobs
    Closes #18391

    Changed files

    • .github/workflows/http3-linux.yml