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

Builder curl-ares-solaris10-i386 Build #2726

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 10 mins, 59 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-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 2726 Build
codebase Build
got_revision facf59c30e9a6a10c4f2acb26b62f944919deffe Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision facf59c30e9a6a10c4f2acb26b62f944919deffe Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartWed Oct 16 12:05:50 2024
EndWed Oct 16 15:35:09 2024
Elapsed3 hrs, 29 mins, 18 secs

All Changes:

:

  1. Change #211836

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 16 Oct 2024 11:55:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 083b4ab6e46e157d209764a60e60913426aae7b7

    Comments

    libssh2: put the readdir buffers into struct
    ... instead of separate malloc() calls:
    
    - removes two mallocs (and associated error handling paths)
    - makes cleanup easier
    
    Also reduce maximum SFTP file path lengths to 1024 bytes universally
    everywhere. Using the system's own MAX_PATH did not make sense since
    this is mostly about getting a remote file name.
    
    Closes #15285

    Changed files

    • lib/vssh/curl_path.c
    • lib/vssh/curl_path.h
    • lib/vssh/libssh2.c
    • lib/vssh/ssh.h
  2. Change #211837

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 16 Oct 2024 11:55:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision facf59c30e9a6a10c4f2acb26b62f944919deffe

    Comments

    libssh2: use the filename buffer when getting the homedir
    Avoids having to use a big stack buffer for this.
    
    Closes #15285

    Changed files

    • lib/vssh/libssh2.c