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

Builder curl-unthreaded-solaris10-i386 Build #16167

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 15 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 16167 Build
codebase Build
got_revision 3dd1ffdeb0efc1b222383102a2fc328ddb850fce Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3dd1ffdeb0efc1b222383102a2fc328ddb850fce 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 Dec 9 10:58:32 2025
EndTue Dec 9 11:05:18 2025
Elapsed6 mins, 45 secs

All Changes:

:

  1. Change #251585

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 09 Dec 2025 10:49:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4c3614304faf07a643ca060eeccde21c8896940b

    Comments

    headers: add length argument to Curl_headers_push()
    - the length is already known by parent functions
    - avoids strlen() calls
    - avoids strchr() calls for trimming off newline characters
    
    Closes #19886

    Changed files

    • lib/headers.c
    • lib/headers.h
    • lib/http2.c
  2. Change #251587

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 09 Dec 2025 10:50:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 43c781a1162f9be92b4a938660da62a02039b2b3

    Comments

    imap: check buffer length before accessing it
    Pointed out by ZeroPath
    
    Closes #19887

    Changed files

    • lib/imap.c
  3. Change #251589

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 09 Dec 2025 10:52:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3dd1ffdeb0efc1b222383102a2fc328ddb850fce

    Comments

    FAQ/TODO/KNOWN_BUGS: convert to markdown
    - convert to markdown
    - auto-generate the TOCs on the website, remove them from the docs
    - cleanups
    - spellchecked
    - updated links
    
    Closes #19875

    Changed files

    • .github/scripts/badwords.ok
    • .github/scripts/pyspelling.words
    • .github/workflows/checkdocs.yml
    • README
    • REUSE.toml
    • docs/FAQ
    • docs/FAQ.md
    • docs/KNOWN_BUGS
    • docs/KNOWN_BUGS.md
    • docs/Makefile.am
    • docs/TODO
    • docs/TODO.md
    • packages/OS400/makefile.sh
    • scripts/mdlinkcheck