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

Builder curl-threaded-solaris10-i386 Build #4387

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisioncb9cfee9b0a1e92adc47cec03f5ecdc90ae59184
Got Revisioncb9cfee9b0a1e92adc47cec03f5ecdc90ae59184
Changes6 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 51 mins, 8 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-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4387 Build
codebase Build
got_revision cb9cfee9b0a1e92adc47cec03f5ecdc90ae59184 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision cb9cfee9b0a1e92adc47cec03f5ecdc90ae59184 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

Timing:

StartMon May 4 21:01:43 2026
EndTue May 5 06:58:49 2026
Elapsed9 hrs, 57 mins, 6 secs

All Changes:

:

  1. Change #266255

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 04 May 2026 10:57:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6f26ecb734d1caa50ca47ceb4700236f3638cf33

    Comments

    tool_formparse: cleanups
    - explain the get_param_part() function
    - make it parse only blanks like the rest of this code
    - check for commas explicitly when scanning multiple files (to help code
      understanding)
    
    Closes #21489

    Changed files

    • src/tool_formparse.c
  2. Change #266261

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 04 May 2026 11:20:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f69ba0408e79b116b9fd9a0fc130bd78a37f2470

    Comments

    mime: simplify Curl_mime_prepare_headers
    Make add_content_disposition() a sub function for that single purpose.
    
    Closes #21490

    Changed files

    • lib/mime.c
  3. Change #266263

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 04 May 2026 11:22:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a790b634c0e24e026971d25e921b60e4df9f6964

    Comments

    libcurl-easy.md: minor clarifications
    Closes #21491

    Changed files

    • docs/libcurl/libcurl-easy.md
  4. Change #266284

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 04 May 2026 16:18:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 46e9c65c8fdfe42182190c2133a8a808a4208c37

    Comments

    socks_gssapi: tiny Curl_SOCKS5_gssapi_negotiate cleanups
    - use 'result' instead of 'code' for CURLcode variable
    - use aprintf() instead of malloc + snprintf
    
    Closes #21493

    Changed files

    • lib/socks_gssapi.c
  5. Change #266303

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 04 May 2026 17:31:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a575601b5b0d6e0fa6843de74b5d1c69ee2bc262

    Comments

    show-headers.md: mention bold headers and --no-styled-output
    Mentioned-by: Sollace on github
    Fixes #21495
    Closes #21497

    Changed files

    • .github/scripts/pyspelling.words
    • docs/cmdline-opts/show-headers.md
  6. Change #266305

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 04 May 2026 19:53:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cb9cfee9b0a1e92adc47cec03f5ecdc90ae59184

    Comments

    lib: two minor typos
    Spotted by Copilot
    
    Closes #21496

    Changed files

    • lib/url.c
    • lib/vtls/gtls.c