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

Builder curl-ares-solaris11-i386 Build #4909

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 47 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 3 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartFri Apr 10 09:45:38 2026
EndFri Apr 10 10:34:09 2026
Elapsed48 mins, 31 secs

All Changes:

:

  1. Change #264132

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 10 Apr 2026 09:38:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bb3670f9298940a1e5a5fc7b793a46bafb483f25

    Comments

    tool: simplify retrycheck()
    - By making retry_sleep() a separate funtion that determines how long to
      wait until the next retry.
    
    - switch the retry timer to uint32 to make it uniform across platforms
    
    Closes #21279

    Changed files

    • src/tool_cfgable.h
    • src/tool_getparam.c
    • src/tool_operate.c
    • src/tool_operate.h
  2. Change #264133

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 10 Apr 2026 09:39:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e5087ac9fc6c80fbb1708b750e8187c7c876f0a4

    Comments

    http: on 303, switch to GET
    ... unless it is a POST and the user explicitly asked to keep doing
    POST.
    
    Add test1983/1984: verify --follow with 303 and PUT + custom GET
    
    Fixes #20715
    Reported-by: Dan Arnfield
    Closes #21280

    Changed files

    • docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.md
    • docs/libcurl/opts/CURLOPT_POSTREDIR.md
    • lib/http.c
    • tests/data/Makefile.am
    • tests/data/test1983
    • tests/data/test1984