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

Builder curl-threaded-solaris10-sparc Build #3619

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisione8ce697973ba7c7c8667c48ab6cd8509c77c37e1
Got Revisione8ce697973ba7c7c8667c48ab6cd8509c77c37e1
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 17 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 51 mins, 20 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3619 Build
codebase Build
got_revision e8ce697973ba7c7c8667c48ab6cd8509c77c37e1 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e8ce697973ba7c7c8667c48ab6cd8509c77c37e1 Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats
  3. amitbidlan

Timing:

StartMon May 11 19:14:51 2026
EndTue May 12 07:08:54 2026
Elapsed11 hrs, 54 mins, 2 secs

All Changes:

:

  1. Change #266736

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 11 May 2026 13:43:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 37b2403f48959c632c8dd1dac688087237410ea2

    Comments

    lib: drop support for CURLAUTH_DIGEST_IE
    This bit was used to do Digest authentication like Internet Explorer
    before version 7 (released on October 18, 2006). Presumably no one uses
    this anymore and since it is hard to use and does broken auth, starting
    in 8.21.0 this bit does nothing (except setting the actual Digest bit).
    
    Closes #21486

    Changed files

    • docs/libcurl/opts/CURLOPT_HTTPAUTH.md
    • docs/libcurl/symbols-in-versions
    • lib/http_digest.c
    • lib/setopt.c
    • lib/urldata.h
  2. Change #266737

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 11 May 2026 14:51:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision daf6f541cc1fc4f5d17989d317464764d1bd7cd7

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  3. Change #266742

    Category curl
    Changed by amitbidlan <a.bidlanohnoyoudont@androots.co.jp>
    Changed at Mon 11 May 2026 16:19:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e0e56e9ae434552bd6ac5570ed91483188d75788

    Comments

    hostip: remove unused MAX_HOSTCACHE_LEN and MAX_DNS_CACHE_SIZE
    These macros are leftovers from when DNS caching was moved out of
    hostip.c into its own source file. Both are still defined and used in
    lib/dnscache.c; the copies in lib/hostip.c are unreferenced.
    
    Detected with clang -Wunused-macros.
    
    Follow-up to 96d5b5c688
    Closes #21550

    Changed files

    • lib/hostip.c
  4. Change #266746

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 11 May 2026 17:01:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e8ce697973ba7c7c8667c48ab6cd8509c77c37e1

    Comments

    idn: replace header guards with forward declaration
    Follow-up to bc40e09f63889a8bc14fa8f7221921eb5b4a559e #21472
    
    Closes #21551

    Changed files

    • lib/idn.h