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

Builder curl-unthreaded-solaris10-i386 Build #16622

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 58 mins, 21 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16622 Build
codebase Build
got_revision 2056498625d183248a9d435a43a2b41f58b2e74d Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2056498625d183248a9d435a43a2b41f58b2e74d Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. 11soda11
  2. Daniel Stenberg

Timing:

StartFri May 22 09:26:37 2026
EndFri May 22 19:30:36 2026
Elapsed10 hrs, 3 mins, 59 secs

All Changes:

:

  1. Change #268012

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 22 May 2026 07:48:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7e350dd147ff64aead4595c3658c1f60e2dc749f

    Comments

    urlapi: fix redirect handling if CURLU_NO_GUESS_SCHEME is set
    Verified by test 1967
    
    Reported-by: Joshua Rogers
    Closes #21721

    Changed files

    • lib/urlapi.c
    • tests/data/Makefile.am
    • tests/data/test1967
    • tests/libtest/Makefile.inc
    • tests/libtest/lib1967.c
  2. Change #268014

    Category curl
    Changed by 11soda11 <115734183+Sodastream11ohnoyoudont@users.noreply.github.com>
    Changed at Fri 22 May 2026 08:13:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2056498625d183248a9d435a43a2b41f58b2e74d

    Comments

    KNOWN_BUGS.md: remove fixed GnuTLS <-> OpenSSL incompat bug
    The entry is about GnuTLS not sending the client cert when it doesn't
    match the `DN` the server requested.  OpenSSL does the opposite.
    
    The issue was already fixed by #4958 and removed from KNOWN_BUGS,
    but it was added back to the list by #16677, seemingly by mistake.
    
    The issue is still fixed for GnuTLS >= 3.5.0.
    As curl only supports GnuTLS >= 3.6.5, remove the bug entry from
    KNOWN_BUGS.md
    
    Fixes #21720
    Closes #21722

    Changed files

    • docs/KNOWN_BUGS.md