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

Builder curl-ares-solaris11-sparc Build #5949

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 9 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-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 5949 Build
codebase Build
got_revision d191de891a4d2be48908c6964e5cb157d002dae6 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision d191de891a4d2be48908c6964e5cb157d002dae6 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. Joshua Rogers

Timing:

StartTue Jun 2 12:14:13 2026
EndTue Jun 2 13:07:17 2026
Elapsed53 mins, 3 secs

All Changes:

:

  1. Change #269182

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 02 Jun 2026 11:31:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9d19b4730277e94c330d15c4ae2e1cb271514ff7

    Comments

    lib1560: verify a few more URL variations
    Closes #21842

    Changed files

    • tests/data/test1560
    • tests/libtest/lib1560.c
  2. Change #269185

    Category curl
    Changed by Joshua Rogers <MegaManSecohnoyoudont@users.noreply.github.com>
    Changed at Tue 02 Jun 2026 11:43:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d191de891a4d2be48908c6964e5cb157d002dae6

    Comments

    telnet: honor CURLOPT_TIMEOUT in send_telnet_data()
    The poll-before-write loop used -1 (infinite) as the Curl_poll timeout,
    so a peer that stops reading could stall the transfer indefinitely,
    bypassing CURLOPT_TIMEOUT. Use Curl_timeleft_ms() instead and return
    CURLE_OPERATION_TIMEDOUT when the deadline is reached or exceeded.
    
    Closes #21685

    Changed files

    • lib/telnet.c