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

Builder curl-unthreaded-solaris10-i386 Build #15946

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 3 hrs, 12 mins, 20 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 15946 Build
codebase Build
got_revision c545e10fa75c04b4ded093573a0c15077937c51b Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c545e10fa75c04b4ded093573a0c15077937c51b Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Nov 11 14:58:44 2025
EndTue Nov 11 20:29:19 2025
Elapsed5 hrs, 30 mins, 34 secs

All Changes:

:

  1. Change #248351

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 11 Nov 2025 14:51:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c545e10fa75c04b4ded093573a0c15077937c51b

    Comments

    sftp: fix range downloads in both SSH backends
    When asking for the last N bytes of a file, and that size was larger
    than the file size, it would miss the first byte due to a logic error.
    
    The fixed range parser is now made a common function in the file now
    renamed to vssh.c (from curl_path.c) - used by both backends.
    
    Unit test 2605 verifies the parser.
    
    Reported-by: Stanislav Fort (Aisle Research)
    Closes #19460

    Changed files

    • lib/Makefile.inc
    • lib/vssh/curl_path.c
    • lib/vssh/curl_path.h
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vssh/ssh.h
    • lib/vssh/vssh.c
    • lib/vssh/vssh.h
    • tests/data/Makefile.am
    • tests/data/test2605
    • tests/data/test637
    • tests/unit/Makefile.inc
    • tests/unit/unit2604.c
    • tests/unit/unit2605.c