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

Builder curl-unthreaded-solaris10-i386 Build #16461

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 46 mins, 34 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-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16461 Build
codebase Build
got_revision 8ec0e1e109f3a1a886441762380c63b2c300fb64 Git
osplatform I386 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-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Mar 10 07:06:04 2026
EndTue Mar 10 21:23:49 2026
Elapsed14 hrs, 17 mins, 44 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