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

Builder curl-unthreaded-solaris10-i386 Build #16741

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision370367fcd5116c7e9fc565a99e24aa47929cf43d
Got Revision370367fcd5116c7e9fc565a99e24aa47929cf43d
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 mins, 54 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 48 mins, 25 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 16741 Build
codebase Build
got_revision 370367fcd5116c7e9fc565a99e24aa47929cf43d Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 370367fcd5116c7e9fc565a99e24aa47929cf43d 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. Jorge Rocamora
  2. Joshua Rogers
  3. minnnjuuu

Timing:

StartMon Sep 21 07:48:44 2026
EndMon Sep 21 17:28:36 2026
Elapsed9 hrs, 39 mins, 51 secs

All Changes:

:

  1. Change #282358

    Category curl
    Changed by Jorge Rocamora <33847633+aeroyorchohnoyoudont@users.noreply.github.com>
    Changed at Sun 20 Sep 2026 23:36:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 39088cd295592ca6d4c5e687c75b400a67a87906

    Comments

    vssh: do not busy-loop in blocking state machine without a timeout
    Closes #23005

    Changed files

    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
  2. Change #282370

    Category curl
    Changed by Joshua Rogers <MegaManSecohnoyoudont@users.noreply.github.com>
    Changed at Mon 21 Sep 2026 08:14:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4f888df0c407f7251de6e062f91c54b40b1c7e4f

    Comments

    http: ignore Proxy-Authenticate unless the response comes from a proxy
    A 407 response was parsed for proxy authentication without checking
    where it came from, so a host reached directly, or an origin reached
    through a CONNECT tunnel, could set the proxy auth state. A later
    request to the proxy then sent a Proxy-Authorization built from the
    realm and nonce of that host, before the proxy challenged.
    
    The proxy peer stays set for tunnels, so gate on origin_is_proxy, the
    same condition Curl_http_output_auth() uses to emit these headers.
    
    Also flush the Digest state when it has no origin.
    
    Add test 1616.
    
    Closes #23002

    Changed files

    • lib/http.c
    • lib/http_digest.c
    • tests/data/Makefile.am
    • tests/data/test1616
    • tests/libtest/Makefile.inc
    • tests/libtest/lib1616.c
  3. Change #282371

    Category curl
    Changed by minnnjuuu <kmj020411ohnoyoudont@uos.ac.kr>
    Changed at Mon 21 Sep 2026 08:17:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 370367fcd5116c7e9fc565a99e24aa47929cf43d

    Comments

    examples: clean up crawler link parsing resources
    Release all libxml objects on exit paths.
    
    Enforce the configured link limit before adding a new handle.
    
    Closes #23008

    Changed files

    • docs/examples/crawler.c