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

Builder curl-threaded-solaris10-i386 Build #4336

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision7c8f11e953d663b7c7af5ccaa7f8c051cab79849
Got Revision7c8f11e953d663b7c7af5ccaa7f8c051cab79849
Changes5 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats
  4. renovate[bot]

Timing:

StartFri Apr 10 12:48:59 2026
EndFri Apr 10 22:56:21 2026
Elapsed10 hrs, 7 mins, 21 secs

All Changes:

:

  1. Change #264128

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Fri 10 Apr 2026 08:21:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 008aa2b38f2eebad0fc258bd127a2b8c4dca29f1

    Comments

    GHA: update awslabs/aws-lc to v1.71.0
    Closes #21283

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
  2. 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
  3. 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
  4. Change #264136

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 10 Apr 2026 12:10:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6e40c3ed480a1208b43a9e2e97743d0442715c43

    Comments

    vquic: fix variable name in fallback code
    Could not cause an issue in practice.
    
    Closes #21281

    Changed files

    • lib/vquic/vquic.c
  5. Change #264137

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 10 Apr 2026 12:39:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7c8f11e953d663b7c7af5ccaa7f8c051cab79849

    Comments

    pytest: switch off h3 for pytest_07_22
    Run test_07_22 only on http/1.1 and h2. For h3, we get unreliable tests
    results in CI due to (probably) nghttpx not always reporting the RESET
    from the backend and the test timing out.
    
    Closes #21286

    Changed files

    • tests/http/test_07_upload.py