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

Builder curl-ares-solaris11-sparc Build #4416

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionfef318553b971142aaea3fe42d927408d06472c4
Got Revisionfef318553b971142aaea3fe42d927408d06472c4
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4416 Build
codebase Build
got_revision fef318553b971142aaea3fe42d927408d06472c4 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision fef318553b971142aaea3fe42d927408d06472c4 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartTue Aug 26 09:52:39 2025
EndTue Aug 26 10:21:29 2025
Elapsed28 mins, 50 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