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

Builder curl-unthreaded-solaris10-sparc Build #13714

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 43 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 17 mins, 32 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 13714 Build
codebase Build
got_revision 1068d048ec85befdaa88b9cb868d4255714aa9cc Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1068d048ec85befdaa88b9cb868d4255714aa9cc 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. Jay Satiro

Timing:

StartTue Dec 30 10:27:32 2025
EndTue Dec 30 11:21:16 2025
Elapsed53 mins, 43 secs

All Changes:

:

  1. Change #253548

    Category curl
    Changed by Jay Satiro <raysatiroohnoyoudont@yahoo.com>
    Changed at Tue 30 Dec 2025 10:00:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1068d048ec85befdaa88b9cb868d4255714aa9cc

    Comments

    tool_doswin: increase allowable length of path sanitizer
    - Use 32767-1 instead of PATH_MAX-1 (260-1) as the maximum allowable
      length of a path in Windows.
    
    Prior to this change the path sanitizer in Windows used 32767-1 as the
    maximum length only for paths that had the "\\" prefix like
    "\\?\longpath". Since then we added some workarounds to open longer
    paths without "\\?\" prefix by normalizing the path and adding that
    prefix, and the sanitizer is called before the prefix is added.
    
    Bug: https://github.com/curl/curl/issues/20044
    Reported-by: Viktor Szakats
    
    Closes https://github.com/curl/curl/pull/20046

    Changed files

    • src/tool_doswin.c
    • tests/tunit/tool1604.c