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

Builder curl-threaded-solaris10-sparc Build #3507

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 15 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 53 mins, 28 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 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 3507 Build
codebase Build
got_revision 8ec0e1e109f3a1a886441762380c63b2c300fb64 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8ec0e1e109f3a1a886441762380c63b2c300fb64 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

Timing:

StartTue Mar 10 06:46:51 2026
EndWed Mar 11 00:39:45 2026
Elapsed17 hrs, 52 mins, 54 secs

All Changes:

:

  1. Change #260429

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 09 Mar 2026 13:01:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision df5c6b6f54b4231fd4ec77adbe752c10e385efea

    Comments

    docs: handle error in `curl_global_init*` examples
    Also:
    - call cleanup in `curl_global_init_mem()` example.
    
    Closes #20866

    Changed files

    • docs/libcurl/curl_global_init.md
    • docs/libcurl/curl_global_init_mem.md
  2. Change #260481

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 09 Mar 2026 22:06:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 248dd9e55f3016f0aa52a12858bf5f7fd73718c7

    Comments

    x509asn1: make encodeOID stop on too long input
    Plus a minor fixup.
    
    Reported-by: John Rodriguez
    
    Closes #20871

    Changed files

    • lib/vtls/x509asn1.c
  3. Change #260492

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 09 Mar 2026 22:47:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 713287188ed3bde7fc5c36c9ca5e53cfcc9ada56

    Comments

    badwords: move into ./scripts, speed up
    - 'badwords' is now a target in Makefile.am
    
    - change badwords.txt to specify plain "words" instead of regexes so the
      script can build single regexes when scanning, which makes the script
      perform much faster (~6 times faster)
    
    Closes #20869

    Changed files

    • .github/scripts/badwords.ok
    • .github/scripts/badwords.pl
    • .github/scripts/badwords.txt
    • .github/workflows/checkdocs.yml
    • .github/workflows/checksrc.yml
    • Makefile.am
    • scripts/Makefile.am
    • scripts/badwords
    • scripts/badwords.ok
    • scripts/badwords.txt
  4. Change #260493

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 09 Mar 2026 22:47:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8ec0e1e109f3a1a886441762380c63b2c300fb64

    Comments

    docs: fixup wording nits
    Mostly sentences starting with bad words

    Changed files

    • docs/HTTP3.md
    • docs/TheArtOfHttpScripting.md
    • docs/VERSIONS.md
    • docs/cmdline-opts/config.md
    • docs/internals/CONNECTION-FILTERS.md
    • docs/internals/MULTI-EV.md
    • docs/internals/TIME-KEEPING.md
    • docs/libcurl/curl_easy_getinfo.md
    • docs/libcurl/curl_global_init_mem.md
    • docs/libcurl/libcurl-tutorial.md