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

Builder curl-unthreaded-solaris11-i386 Build #3761

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 hrs, 59 mins, 21 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 5 mins, 4 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 11 mins, 6 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 3761 Build
codebase Build
got_revision 9d2075bdce1234360bd41a9146ab9b465750a840 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9d2075bdce1234360bd41a9146ab9b465750a840 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Eshan Kelkar

Timing:

StartMon Jul 28 22:55:47 2025
EndTue Jul 29 07:11:04 2025
Elapsed8 hrs, 15 mins, 17 secs

All Changes:

:

  1. Change #241075

    Category curl
    Changed by Eshan Kelkar <eshankelkarohnoyoudont@galorithm.com>
    Changed at Mon 28 Jul 2025 22:35:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f7af8adadd51997f11eadf06c843c04feb436c3f

    Comments

    libssh: Use sftp_aio instead of sftp_async for sftp_recv
    This commit replaces the usage of the old deprecated sftp_async API with
    the new sftp_aio API for remote file reading.
    
    Signed-off-by: Eshan Kelkar <eshankelkar@galorithm.com>
    
    Closes #17440

    Changed files

    • lib/vssh/libssh.c
    • lib/vssh/ssh.h
  2. Change #241076

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 28 Jul 2025 22:37:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9d2075bdce1234360bd41a9146ab9b465750a840

    Comments

    ws: avoid NULL pointer deref in curl_ws_recv
    If a NULL easy handle is passed in.
    
    Pointed out by Coverity
    
    Follow-up to 960fb4924523a853d5de8f30
    
    Closes #18065

    Changed files

    • lib/ws.c