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

Builder curl-threaded-solaris10-i386 Build #4486

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 47 mins, 14 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 4486 Build
codebase Build
got_revision 52fa8d994dd69772701d3c59c2e127bd96c76927 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 52fa8d994dd69772701d3c59c2e127bd96c76927 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. Viktor Szakats
  3. renovate[bot]

Timing:

StartSat Jun 20 00:01:06 2026
EndSat Jun 20 09:40:52 2026
Elapsed9 hrs, 39 mins, 46 secs

All Changes:

:

  1. Change #271811

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Fri 19 Jun 2026 15:26:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 94962a9b82b5d6a13f5f75ae41e6cb3b58e25601

    Comments

    GHA: update dependency cloudflare/quiche to v0.29.2
    Closes #22106

    Changed files

    • .github/workflows/http3-linux.yml
  2. Change #271839

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 19 Jun 2026 18:25:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision acdeb7f50ba281a5fd12a4df5e633b7c7d9a90e6

    Comments

    KNOWN_BUGS.md: drop outdated CMake issues
    - "cmake outputs: no version information available"
      Ref: #11158
    
      Seems to be about missing support for autotools `--enable-versioned-symbols`.
      This was implemented for CMake in:
      14d4712db7e34fda25a11fd5f23f0f57a6aea67f #17039
      7100c5bc9b8c9c49a44c47d64b42e98b4de2465b #14818
      7b1444979094a365c82c665cce0e2ebc6b69467b #14378
    
    - "generated `.pc` file contains strange entries"
      Ref: #6167
    
      Fixed in:
      9f56bb608ecfbb8978c6cb72a04d9e8b23162d82 #14681
    
    - "CMake build with MIT Kerberos does not work"
      Ref: #6904
    
      The FindGSS module responsible for MIT Kerberos detection has seen 50
      updates since this report. In the last years I made many local tests
      with it, and it's also extensively CI-tested since (including Windows
      for a 1-year period), with no known issues.
    
    If you see problems remaining, let us know in a new issue.
    
    Closes #22108

    Changed files

    • docs/KNOWN_BUGS.md
  3. Change #271878

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 19 Jun 2026 23:43:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 52fa8d994dd69772701d3c59c2e127bd96c76927

    Comments

    setopt: refactor setopt_cptr into smaller helper functions
    This takes down the longest function to sub 500 lines
    
    Closes #22095

    Changed files

    • lib/setopt.c
    • scripts/top-length