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

Builder curl-unthreaded-solaris10-sparc Build #13853

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 25 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 56 mins, 14 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 mins, 8 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13853 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-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Mar 10 12:47:57 2026
EndWed Mar 11 06:37:36 2026
Elapsed17 hrs, 49 mins, 39 secs

All Changes:

:

  1. 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
  2. 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
  3. 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