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

Builder curl-threaded-solaris10-i386 Build #4448

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionfda48a5a9cf8cfab8356bae71005342cf48ab3d7
Got Revisionfda48a5a9cf8cfab8356bae71005342cf48ab3d7
Changes4 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 ( 5 hrs, 36 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-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4448 Build
codebase Build
got_revision fda48a5a9cf8cfab8356bae71005342cf48ab3d7 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision fda48a5a9cf8cfab8356bae71005342cf48ab3d7 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:

StartWed Jun 3 12:29:39 2026
EndWed Jun 3 22:45:52 2026
Elapsed10 hrs, 16 mins, 12 secs

All Changes:

:

  1. Change #269272

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 03 Jun 2026 09:42:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 67300814294ab0aa311b8568b460619ecc522949

    Comments

    cookie: refactor parse_cookie_header
    - introduce a few static helper functions
    - simplify the bad octet checks
    - simplify the too long cookie/value check
    
    Closes #21854

    Changed files

    • lib/cookie.c
  2. Change #269283

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 03 Jun 2026 10:40:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cf7919262dbdd52db0a028acb8bf1c77a173d788

    Comments

    tool_parsecfg: refactor parseconfig()
    - introduce helper functions
    - remove #ifdef'ed debug code
    
    Closes #21855

    Changed files

    • src/tool_parsecfg.c
  3. Change #269284

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 03 Jun 2026 10:41:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ef8f68568f85627dcefee614e81f76f94e62043a

    Comments

    urlapi: simplify urlget_url somewhat
    - make file_url() a separate function that returns a file:// URL
    - group the checks that need scheme info
    
    Closes #21856

    Changed files

    • lib/urlapi.c
  4. Change #269290

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 03 Jun 2026 11:05:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fda48a5a9cf8cfab8356bae71005342cf48ab3d7

    Comments

    top-complexity: drop threshold to 50
    Closes #21857

    Changed files

    • scripts/top-complexity